OSDN Git Service

オプションで'D', 'H', 'M'を使うと "コマンド:" 行が2重に表示されるバグ
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 8 Sep 2003 22:39:40 +0000 (22:39 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 8 Sep 2003 22:39:40 +0000 (22:39 +0000)
を修正. また, メニュー中での "低魔力色閾値" の表示位置修正.

src/cmd4.c

index 8e1cad6..8a726e3 100644 (file)
@@ -2305,7 +2305,7 @@ void do_cmd_options(void)
                /* Special choices */
                prt("(D)  ´ðËÜ¥¦¥§¥¤¥ÈÎÌ", 11, 5);
                prt("(H) Äã¥Ò¥Ã¥È¥Ý¥¤¥ó¥È·Ù¹ð", 12, 5);
-               prt("(M) ÄãËâÎÏ¿§ïçÃÍ", 13, 5);
+               prt("(M)   ÄãËâÎÏ¿§ïçÃÍ", 13, 5);
                prt("(A)    ¼«Æ°¥»¡¼¥Ö         ¥ª¥×¥·¥ç¥ó", 14, 5);
                /* Window flags */
                prt("(W) ¥¦¥¤¥ó¥É¥¦¥Õ¥é¥°", 15, 5);
@@ -2529,9 +2529,9 @@ void do_cmd_options(void)
                        {
                                /* Prompt */
 #ifdef JP
-                               prt("¥³¥Þ¥ó¥É: ´ðËÜ¥¦¥§¥¤¥ÈÎÌ", 18, 0);
+                               prt("¥³¥Þ¥ó¥É: ´ðËÜ¥¦¥§¥¤¥ÈÎÌ", 19, 0);
 #else
-                               prt("Command: Base Delay Factor", 18, 0);
+                               prt("Command: Base Delay Factor", 19, 0);
 #endif
 
 
@@ -2577,9 +2577,9 @@ void do_cmd_options(void)
                        {
                                /* Prompt */
 #ifdef JP
-                               prt("¥³¥Þ¥ó¥É: Äã¥Ò¥Ã¥È¥Ý¥¤¥ó¥È·Ù¹ð", 18, 0);
+                               prt("¥³¥Þ¥ó¥É: Äã¥Ò¥Ã¥È¥Ý¥¤¥ó¥È·Ù¹ð", 19, 0);
 #else
-                               prt("Command: Hitpoint Warning", 18, 0);
+                               prt("Command: Hitpoint Warning", 19, 0);
 #endif
 
 
@@ -2624,9 +2624,9 @@ void do_cmd_options(void)
                        {
                                /* Prompt */
 #ifdef JP
-                               prt("¥³¥Þ¥ó¥É: ÄãËâÎÏ¿§ïçÃÍ", 18, 0);
+                               prt("¥³¥Þ¥ó¥É: ÄãËâÎÏ¿§ïçÃÍ", 19, 0);
 #else
-                               prt("Command: Mana Color Threshold", 18, 0);
+                               prt("Command: Mana Color Threshold", 19, 0);
 #endif