2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Additional CPlayer implementations

This commit is contained in:
Jack Andersen
2017-07-26 19:15:51 -10:00
parent 4528a6b60a
commit 473103d41a
7 changed files with 212 additions and 25 deletions

View File

@@ -52,7 +52,7 @@ class CWorldState
std::shared_ptr<CWorldLayerState> x14_layerState;
public:
CWorldState(ResId id);
explicit CWorldState(ResId id);
CWorldState(CBitStreamReader& reader, ResId mlvlId, const CSaveWorld& saveWorld);
ResId GetWorldAssetId() const { return x0_mlvlId; }
void SetAreaId(TAreaId aid) { x4_areaId = aid; }