1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-02-02 17:11:20 +01:00

Codechange: Remove PauseModeByte

This commit is contained in:
Charles Pigott
2019-04-22 13:14:46 +01:00
committed by PeterN
parent e18c8c30be
commit 327ff89808
4 changed files with 6 additions and 7 deletions

View File

@@ -314,7 +314,7 @@ bool LoadOldSaveGame(const char *file)
return false;
}
_pause_mode = 2;
_pause_mode = PM_PAUSED_SAVELOAD;
return true;
}