| 1469 | } |
| 1470 | |
| 1471 | static bool LoadOldEngineName(LoadgameState &ls, int num) |
| 1472 | { |
| 1473 | Engine *e = GetTempDataEngine(static_cast<EngineID>(num)); |
| 1474 | e->name = CopyFromOldName(RemapOldStringID(ReadUint16(ls))); |
| 1475 | return true; |
| 1476 | } |
| 1477 | |
| 1478 | static const OldChunks subsidy_chunk[] = { |
| 1479 | OCL_SVAR( OC_UINT8, Subsidy, cargo_type ), |
nothing calls this directly
no test coverage detected