Fix replay error when starting new game

This commit is contained in:
2025-04-29 20:30:00 -05:00
parent e2e7907e1a
commit 21ad5fc19b

View File

@@ -3640,7 +3640,8 @@ void start_new_game(bool force) {
}
party_in_memory = true;
if(force) return;
do_save(true);
if(!replaying)
do_save(true);
}
void start_tutorial() {