Codechange: Remove PauseModeByte
This commit is contained in:
@@ -314,7 +314,7 @@ bool LoadOldSaveGame(const char *file)
|
||||
return false;
|
||||
}
|
||||
|
||||
_pause_mode = 2;
|
||||
_pause_mode = PM_PAUSED_SAVELOAD;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user