| 30 | } |
| 31 | |
| 32 | void EntranceObject::Load() |
| 33 | { |
| 34 | GetStringTable().Sort(); |
| 35 | _legacyType.string_idx = LanguageAllocateObjectString(GetName()); |
| 36 | _legacyType.image_id = LoadImages(); |
| 37 | } |
| 38 | |
| 39 | void EntranceObject::Unload() |
| 40 | { |
nothing calls this directly
no test coverage detected