summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 198e648fa..6cf40ffba 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -314,7 +314,10 @@ void MakeNewgameSettingsLive()
}
#endif /* ENABLE_AI */
+ /* Copy newgame settings to active settings.
+ * Also initialise old settings needed for savegame conversion. */
_settings_game = _settings_newgame;
+ _old_vds = _settings_client.company.vehicle;
#ifdef ENABLE_AI
for (CompanyID c = COMPANY_FIRST; c < MAX_COMPANIES; c++) {