OSDN Git Service

(キャラクターの生い立ち - 編集モード)という文字列が生い立ちそのもので上書き
author_nothere <_nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 23 May 2002 23:03:26 +0000 (23:03 +0000)
committer_nothere <_nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 23 May 2002 23:03:26 +0000 (23:03 +0000)
されてしまっていたので見えるように修正.

src/birth.c

index 393fce3..f566fcb 100644 (file)
@@ -5059,9 +5059,9 @@ static void edit_history(void)
        }
         display_player(1);
 #ifdef JP
-        c_put_str(TERM_L_GREEN, "(¥­¥ã¥é¥¯¥¿¡¼¤ÎÀ¸¤¤Î©¤Á - ÊÔ½¸¥â¡¼¥É)", 15, 20);
+        c_put_str(TERM_L_GREEN, "(¥­¥ã¥é¥¯¥¿¡¼¤ÎÀ¸¤¤Î©¤Á - ÊÔ½¸¥â¡¼¥É)", 11, 20);
 #else
-        c_put_str(TERM_L_GREEN, "(Character Background - Edit Mode)", 15, 20);
+        c_put_str(TERM_L_GREEN, "(Character Background - Edit Mode)", 11, 20);
 #endif
 
         while (TRUE)