mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 18:40:29 +00:00
(svn r23694) -Fix (rprev): somehow compilers didn't understand what I meant...
This commit is contained in:
parent
a137c838f9
commit
20931c5af8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user