Fix replay error when starting new game
This commit is contained in:
@@ -3640,7 +3640,8 @@ void start_new_game(bool force) {
|
|||||||
}
|
}
|
||||||
party_in_memory = true;
|
party_in_memory = true;
|
||||||
if(force) return;
|
if(force) return;
|
||||||
do_save(true);
|
if(!replaying)
|
||||||
|
do_save(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void start_tutorial() {
|
void start_tutorial() {
|
||||||
|
Reference in New Issue
Block a user