mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 00:49:11 +00:00
(svn r23694) -Fix (rprev): somehow compilers didn't understand what I meant...
This commit is contained in:
@@ -643,7 +643,7 @@ bool AfterLoadGame()
|
||||
* it incorrectly in half of the times without a means to correct that.
|
||||
*/
|
||||
if (IsSavegameVersionBefore(4, 2)) _settings_game.station.modified_catchment = false;
|
||||
if (IsSavegameVersionBefore(6, 1)) _settings_game.station.forbid_90_deg = false;
|
||||
if (IsSavegameVersionBefore(6, 1)) _settings_game.pf.forbid_90_deg = false;
|
||||
if (IsSavegameVersionBefore(21)) _settings_game.vehicle.train_acceleration_model = 0;
|
||||
if (IsSavegameVersionBefore(90)) _settings_game.vehicle.plane_speed = 4;
|
||||
if (IsSavegameVersionBefore(95)) _settings_game.vehicle.dynamic_engines = 0;
|
||||
|
Reference in New Issue
Block a user