1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-22 20:52:54 +01:00

Codechange: Additional type safety for saveload version variables.

This commit is contained in:
Peter Nelson
2019-01-29 00:56:28 +00:00
committed by PeterN
parent 9de12521ec
commit 0f37a683a2
4 changed files with 18 additions and 18 deletions

View File

@@ -223,7 +223,7 @@ static void ShowHelp()
static void WriteSavegameInfo(const char *name)
{
extern uint16 _sl_version;
extern SaveLoadVersion _sl_version;
uint32 last_ottd_rev = 0;
byte ever_modified = 0;
bool removed_newgrfs = false;