mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 10:29:10 +00:00
This commit is contained in:
@@ -376,7 +376,7 @@ void Gamelog::Revision()
|
||||
assert(this->action_type == GLAT_START || this->action_type == GLAT_LOAD);
|
||||
|
||||
this->Change(std::make_unique<LoggedChangeRevision>(
|
||||
GetGamelogRevisionString(), SAVEGAME_VERSION, _openttd_revision_modified, _openttd_newgrf_version));
|
||||
GetGamelogRevisionString(), _openttd_newgrf_version, SAVEGAME_VERSION, _openttd_revision_modified));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user