diff --git a/src/gamelog.cpp b/src/gamelog.cpp index 461e0ab3a5..cf0fe4e3b6 100644 --- a/src/gamelog.cpp +++ b/src/gamelog.cpp @@ -376,7 +376,7 @@ void Gamelog::Revision() assert(this->action_type == GLAT_START || this->action_type == GLAT_LOAD); this->Change(std::make_unique( - GetGamelogRevisionString(), SAVEGAME_VERSION, _openttd_revision_modified, _openttd_newgrf_version)); + GetGamelogRevisionString(), _openttd_newgrf_version, SAVEGAME_VERSION, _openttd_revision_modified)); } /**