Codechange: Use EnumBitSet for PauseMode. (#13553)
This commit is contained in:
@@ -300,7 +300,7 @@ bool LoadOldSaveGame(const std::string &file)
|
||||
return false;
|
||||
}
|
||||
|
||||
_pause_mode = PM_PAUSED_SAVELOAD;
|
||||
_pause_mode = PauseMode::SaveLoad;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user