Initial CScriptDoor matches

This commit is contained in:
2025-12-01 16:32:29 -08:00
parent 9f0a697af2
commit 60219e550c
8 changed files with 322 additions and 4 deletions

View File

@@ -291,6 +291,7 @@ public:
bool GetInMapScreen() const { return xf94_27_inMapScreen; }
void SetIsFullThreat(bool v) { xf94_30_fullThreat = v; }
uint GetInputFrameIdx() const { return x8d4_inputFrameIdx; }
CMapWorldInfo* MapWorldInfo() const { return x8c0_mapWorldInfo.GetPtr(); }
private:
enum EInitPhase { kIP_LoadWorld, kIP_LoadFirstArea, kIP_Done };