mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 07:11:20 +00:00
Fix refactor derp
This commit is contained in:
parent
44df36d64a
commit
140c24bf60
@ -373,7 +373,7 @@ CDummyGameArea::CDummyGameArea(CInputStream& in, int idx, int mlvlVersion)
|
||||
x54_docks.emplace_back(in, x14_transform);
|
||||
}
|
||||
|
||||
bool CDummyGameArea::IGetScriptingMemoryAlways() const
|
||||
std::pair<std::unique_ptr<u8[]>, s32> CDummyGameArea::IGetScriptingMemoryAlways() const
|
||||
{
|
||||
return GetScriptingMemoryAlways(*this);
|
||||
}
|
||||
@ -493,7 +493,7 @@ CGameArea::CGameArea(CAssetId mreaId)
|
||||
CBooModel::SetDummyTextures(false);
|
||||
}
|
||||
|
||||
bool CGameArea::IGetScriptingMemoryAlways() const
|
||||
std::pair<std::unique_ptr<u8[]>, s32> CGameArea::IGetScriptingMemoryAlways() const
|
||||
{
|
||||
return GetScriptingMemoryAlways(*this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user