CWorld: Add missing override specifier

This commit is contained in:
Lioncash 2020-04-14 16:16:57 -04:00
parent c7771be751
commit 655805ffcb
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ public:
void CycleLoadPauseState();
CWorld(IObjectStore& objStore, IFactory& resFactory, CAssetId mlvlId);
~CWorld();
~CWorld() override;
bool DoesAreaExist(TAreaId area) const;
const std::vector<std::unique_ptr<CGameArea>>& GetGameAreas() const { return x18_areas; }