mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-12 06:59:10 +00:00
CWorld: Add missing override specifier
This commit is contained in:
parent
c7771be751
commit
655805ffcb
@ -171,7 +171,7 @@ public:
|
|||||||
void CycleLoadPauseState();
|
void CycleLoadPauseState();
|
||||||
|
|
||||||
CWorld(IObjectStore& objStore, IFactory& resFactory, CAssetId mlvlId);
|
CWorld(IObjectStore& objStore, IFactory& resFactory, CAssetId mlvlId);
|
||||||
~CWorld();
|
~CWorld() override;
|
||||||
bool DoesAreaExist(TAreaId area) const;
|
bool DoesAreaExist(TAreaId area) const;
|
||||||
const std::vector<std::unique_ptr<CGameArea>>& GetGameAreas() const { return x18_areas; }
|
const std::vector<std::unique_ptr<CGameArea>>& GetGameAreas() const { return x18_areas; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user