2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 08:27:43 +00:00

Initial CRidley implementation

This commit is contained in:
2019-11-09 15:48:46 -08:00
parent f2c207b85e
commit 6c1f682e0f
11 changed files with 790 additions and 12 deletions

View File

@@ -411,7 +411,7 @@ bool CWorld::CheckWorldComplete(CStateManager* mgr, TAreaId id, CAssetId mreaId)
case Phase::Done:
return true;
default:
return false;
break;
}
return false;