OSDN Git Service

空腹充足の巻物の記述を削除.
[hengband/hengband.git] / src / main-cap.c
index c72c852..98503e1 100644 (file)
@@ -786,7 +786,7 @@ static errr Term_xtra_cap_event(int v)
                i = read(0, buf, 1);
 
                /* Hack -- Handle "errors" */
-               if ((i <= 0) && (errno != EINTR)) exit_game_panic(TRUE);
+               if ((i <= 0) && (errno != EINTR)) exit_game_panic();
        }
 
        /* Do not wait */