add was_replaying to track how the game started

This commit is contained in:
2025-02-06 11:23:58 -06:00
committed by Celtic Minstrel
parent aed913a7f4
commit a3ddff55aa
3 changed files with 8 additions and 1 deletions

View File

@@ -1099,6 +1099,7 @@ void handle_events() {
}
replay_next_action();
}else{
replaying = false;
#ifdef __APPLE__
if (menuChoiceId>=0) {
eMenuChoice aMenuChoice=menuChoice;