mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 14:24:56 +00:00
Implement most of CTargetingManager
This commit is contained in:
@@ -132,7 +132,7 @@ bool CAutoMapper::CheckLoadComplete()
|
||||
return false;
|
||||
x4_loadPhase = ELoadPhase::LoadUniverse;
|
||||
case ELoadPhase::LoadUniverse:
|
||||
if (x8_mapu.IsLoaded())
|
||||
if (!x8_mapu.IsLoaded())
|
||||
return false;
|
||||
x14_dummyWorlds.resize(x8_mapu->GetNumMapWorldDatas());
|
||||
SetCurWorldAssetId(x24_world->IGetWorldAssetId());
|
||||
|
||||
Reference in New Issue
Block a user