mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
General resource handling bug fixes
This commit is contained in:
@@ -80,7 +80,7 @@ CWorldState::CWorldState(CAssetId id)
|
||||
{
|
||||
x8_relayTracker = std::make_shared<CRelayTracker>();
|
||||
xc_mapWorldInfo = std::make_shared<CMapWorldInfo>();
|
||||
x10_desiredAreaAssetId = -1;
|
||||
x10_desiredAreaAssetId = {};
|
||||
x14_layerState = std::make_shared<CWorldLayerState>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user