OSDN Git Service

$GRAFのデフォルトの値を "ascii" に変更。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 15 Jan 2002 07:29:21 +0000 (07:29 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 15 Jan 2002 07:29:21 +0000 (07:29 +0000)
今迄は意味なく"old"になっていて、8x8タイルを使用中なのかasciiグラフィックなのか
prfファイルの中で判別できなかった。

src/variable.c

index b7d2b91..98dfd8d 100644 (file)
@@ -846,7 +846,7 @@ cptr ANGBAND_KEYBOARD = "0";
  * Hack -- The special Angband "Graphics Suffix"
  * This variable is used to choose an appropriate "graf-xxx" file
  */
-cptr ANGBAND_GRAF = "old";
+cptr ANGBAND_GRAF = "ascii";
 
 /*
  * Path name: The main "lib" directory