OSDN Git Service

#37449 (2.2.0.79) メッセージにターン数を表示する、cheat_turn オプションを実装。 / Implement cheat_turn option...
[hengband/hengband.git] / src / birth.c
index 155990d..1c4905a 100644 (file)
@@ -3363,6 +3363,8 @@ static void player_wipe_without_name(void)
        cheat_know = FALSE;
        cheat_live = FALSE;
        cheat_save = FALSE;
+       cheat_diary_output = FALSE;
+       cheat_turn = FALSE;
 
        /* Assume no winning game */
        p_ptr->total_winner = FALSE;