MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / FixOldMapArray

Function FixOldMapArray

src/saveload/oldloader_sl.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

FixTTDMapArrayFunction · 0.85
FixTTOMapArrayFunction · 0.85

Calls 1

MakeSeaFunction · 0.85

Tested by

no test coverage detected