OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-New-Game' into develop
authordeskull <deskull@users.sourceforge.jp>
Sat, 6 Feb 2021 13:04:27 +0000 (22:04 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Sat, 6 Feb 2021 13:04:27 +0000 (22:04 +0900)
src/main-win.c

index 0b9f856..1ed9cc7 100644 (file)
@@ -2297,6 +2297,7 @@ static void process_menus(player_type *player_ptr, WORD wCmd)
         } else {
             game_in_progress = TRUE;
             term_flush();
+            strcpy(savefile, "");
             play_game(player_ptr, TRUE, FALSE);
             quit(NULL);
         }