mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Merge branch 'master' of ssh://git.axiodl.com:6431/AxioDL/urde
This commit is contained in:
@@ -455,7 +455,7 @@ bool CWorld::CheckWorldComplete(CStateManager* mgr, TAreaId id, CAssetId mreaId)
|
||||
|
||||
bool CWorld::ScheduleAreaToLoad(CGameArea* area, CStateManager& mgr)
|
||||
{
|
||||
if (!area->xf0_24_postConstructed)
|
||||
if (!area->IsPostConstructed())
|
||||
{
|
||||
MoveToChain(area, EChain::Loading);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user