equal
deleted
inserted
replaced
1629 /* Fix the game to be compatible with OpenTTD */ |
1629 /* Fix the game to be compatible with OpenTTD */ |
1630 FixOldTowns(); |
1630 FixOldTowns(); |
1631 FixOldStations(); |
1631 FixOldStations(); |
1632 FixOldVehicles(); |
1632 FixOldVehicles(); |
1633 |
1633 |
1634 AddTypeToEngines(); |
|
1635 |
|
1636 /* We have a new difficulty setting */ |
1634 /* We have a new difficulty setting */ |
1637 _opt.diff.town_council_tolerance = Clamp(_opt.diff_level, 0, 2); |
1635 _opt.diff.town_council_tolerance = Clamp(_opt.diff_level, 0, 2); |
1638 |
1636 |
1639 DEBUG(oldloader, 3, "Finished converting game data"); |
1637 DEBUG(oldloader, 3, "Finished converting game data"); |
1640 DEBUG(oldloader, 1, "TTD(Patch) savegame successfully converted"); |
1638 DEBUG(oldloader, 1, "TTD(Patch) savegame successfully converted"); |