mirror of https://github.com/AxioDL/metaforce.git
Correct return type
This commit is contained in:
parent
a8d8eb0dde
commit
9ac44921a6
|
@ -278,7 +278,7 @@ public:
|
|||
void SetLoadPauseState(bool paused);
|
||||
|
||||
std::pair<std::unique_ptr<u8[]>, s32> IGetScriptingMemoryAlways() const override;
|
||||
CAssetId GetAreaIndex() const { return x4_selfIdx; }
|
||||
TAreaId GetAreaIndex() const { return x4_selfIdx; }
|
||||
CAssetId IGetAreaId() const override { return x88_areaId; }
|
||||
CAssetId IGetAreaAssetId() const override { return x84_mrea; }
|
||||
bool IIsActive() const override;
|
||||
|
|
Loading…
Reference in New Issue