OSDN Git Service

ハイメイジで呪術選択時は、自己分析の結果に魔力吸いの説明が出ないようにした。
[hengband/hengband.git] / src / main-gcu.c
index 4462916..0afe8df 100644 (file)
@@ -774,8 +774,8 @@ static errr Term_xtra_gcu_event(int v)
       for (k = 0; (k < 10) && (i == ERR); k++) i = getch();
 
       /* Broken input is special */
-      if (i == ERR) exit_game_panic(TRUE);
-      if (i == EOF) exit_game_panic(TRUE);
+      if (i == ERR) exit_game_panic();
+      if (i == EOF) exit_game_panic();
    }
 
    /* Do not wait */
@@ -820,7 +820,7 @@ static errr Term_xtra_gcu_event(int v)
       i = read(0, buf, 1);
 
       /* Hack -- Handle bizarre "errors" */
-      if ((i <= 0) && (errno != EINTR)) exit_game_panic(TRUE);
+      if ((i <= 0) && (errno != EINTR)) exit_game_panic();
    }
 
    /* Do not wait */