src/oldloader.cpp
changeset 8717 de56e5ec3aec
parent 8715 baeae9ef3674
child 8725 b769d0a63f06
equal deleted inserted replaced
8716:5e53a939e256 8717:de56e5ec3aec
  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");