| 43 | static uint16_t _old_extra_chunk_nums; ///< Number of extra TTDPatch chunks |
| 44 | |
| 45 | void FixOldMapArray() |
| 46 | { |
| 47 | /* TTO/TTD/TTDP savegames could have buoys at tile 0 |
| 48 | * (without assigned station struct) */ |
| 49 | MakeSea(0); |
| 50 | } |
| 51 | |
| 52 | static void FixTTDMapArray() |
| 53 | { |
no test coverage detected