equal
deleted
inserted
replaced
1690 /* Load the main chunk */ |
1690 /* Load the main chunk */ |
1691 if (!LoadOldMain(&ls)) return false; |
1691 if (!LoadOldMain(&ls)) return false; |
1692 |
1692 |
1693 fclose(ls.file); |
1693 fclose(ls.file); |
1694 |
1694 |
|
1695 /* Some old TTDP savegames could have buoys at tile 0 |
|
1696 * (without assigned station struct) |
|
1697 * MakeWater() can be used as long as sea has the same |
|
1698 * format as old savegames (eg. everything is zeroed) */ |
|
1699 MakeWater(0); |
|
1700 |
1695 _pause_game = 2; |
1701 _pause_game = 2; |
1696 |
1702 |
1697 return true; |
1703 return true; |
1698 } |
1704 } |
1699 |
1705 |