(svn r11784) -Codechange: set up initial engine data in one place

This commit is contained in:
peter1138
2008-01-08 18:25:51 +00:00
parent 814f47a3cc
commit ce2104ed47
5 changed files with 20 additions and 23 deletions
-2
View File
@@ -1631,8 +1631,6 @@ static bool LoadOldMain(LoadgameState *ls)
FixOldStations();
FixOldVehicles();
AddTypeToEngines();
/* We have a new difficulty setting */
_opt.diff.town_council_tolerance = Clamp(_opt.diff_level, 0, 2);