mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Attempt 4 to fix ScriptLayerController for Tom
This commit is contained in:
@@ -35,7 +35,7 @@ bool CSaveWorldIntermediate::InitializePump() {
|
||||
xc_areaIds.reserve(areaCount);
|
||||
for (u32 i = 0; i < areaCount; ++i) {
|
||||
const IGameArea* area = wld.IGetAreaAlways(i);
|
||||
xc_areaIds.emplace_back(area->IGetAreaId());
|
||||
xc_areaIds.emplace_back(area->IGetAreaSaveId());
|
||||
}
|
||||
|
||||
CAssetId mlvlId = wld.IGetWorldAssetId();
|
||||
|
||||
Reference in New Issue
Block a user