Merge PR #351 into jgrpp

This commit is contained in:
Jonathan G Rennison
2022-01-03 18:58:26 +00:00
9 changed files with 168 additions and 23 deletions

View File

@@ -3991,6 +3991,10 @@ bool AfterLoadGame()
}
}
if (SlXvIsFeatureMissing(XSLFI_ST_INDUSTRY_CARGO_MODE)) {
_settings_game.station.station_delivery_mode = SD_NEAREST_FIRST;
}
InitializeRoadGUI();
/* This needs to be done after conversion. */