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

@@ -143,6 +143,9 @@ public:
static CGameArea::CConstChainIterator GetAliveAreasEnd();
void StopGlobalSound(ushort soundId);
int GetNumAreas() const { return x18_areas.size(); }
bool AreSkyNeedsMet() const;
private:
enum Phase {
kP_Loading,