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

Work on CStateManager::InitializeState flow

This commit is contained in:
Jack Andersen
2016-08-13 17:00:58 -10:00
parent abcb9c2424
commit 2a425b5a73
20 changed files with 403 additions and 80 deletions

View File

@@ -25,11 +25,12 @@ public:
: x0_areaId(aid), x4_conns(conns) {}
TAreaId GetAreaId() const {return x0_areaId;}
std::vector<SConnection> GetConnectionList() const { return x4_conns; }
ResId GetEditorId() const { return x14_editorId; }
TEditorId GetEditorId() const { return x14_editorId; }
};
class CEntity
{
friend class CStateManager;
protected:
TAreaId x4_areaId;
TUniqueId x8_uid;
@@ -43,7 +44,7 @@ protected:
{
bool x30_24_active : 1;
bool x30_25_ : 1;
bool x30_26_ : 1;
bool x30_26_messagesBlocked : 1;
bool x30_27_ : 1;
};
u8 _dummy = 0;