| 1551 | } |
| 1552 | |
| 1553 | static bool LoadOldMapPart2(LoadgameState &ls, int) |
| 1554 | { |
| 1555 | for (auto t : Map::Iterate()) { |
| 1556 | t.type() = ReadByte(ls); |
| 1557 | } |
| 1558 | for (auto t : Map::Iterate()) { |
| 1559 | t.m5() = ReadByte(ls); |
| 1560 | } |
| 1561 | |
| 1562 | return true; |
| 1563 | } |
| 1564 | |
| 1565 | static bool LoadTTDPatchExtraChunks(LoadgameState &ls, int) |
| 1566 | { |