Codechange: Use EnumBitSet for PauseMode. (#13553)

This commit is contained in:
Peter Nelson
2025-02-14 08:30:04 +00:00
committed by GitHub
parent 3518d7e0f1
commit 6cf7a899e9
27 changed files with 113 additions and 118 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ bool LoadOldSaveGame(const std::string &file)
return false;
}
_pause_mode = PM_PAUSED_SAVELOAD;
_pause_mode = PauseMode::SaveLoad;
return true;
}