| 1463 | }; |
| 1464 | |
| 1465 | static bool LoadOldEngine(LoadgameState &ls, int num) |
| 1466 | { |
| 1467 | Engine *e = _savegame_type == SGT_TTO ? &_old_engines[num] : GetTempDataEngine(static_cast<EngineID>(num)); |
| 1468 | return LoadChunk(ls, e, engine_chunk); |
| 1469 | } |
| 1470 | |
| 1471 | static bool LoadOldEngineName(LoadgameState &ls, int num) |
| 1472 | { |
nothing calls this directly
no test coverage detected