mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match PizzeriaState::NextAction (#1125)
* Implement/match PizzeriaState::NextAction * Name globals * Refactor globals into class statics * Remove TODO
This commit is contained in:

committed by
GitHub

parent
5f822dabc7
commit
115343f6e5
@@ -146,6 +146,18 @@ public:
|
||||
undefined4 m_unk0x0c; // 0x0c
|
||||
Mission m_missions[5]; // 0x10
|
||||
MxU32 m_unk0xb0; // 0xb0
|
||||
|
||||
static IsleScript::Script g_pepperActions[];
|
||||
static IsleScript::Script g_mamaActions[];
|
||||
static IsleScript::Script g_papaActions[];
|
||||
static IsleScript::Script g_nickActions[];
|
||||
static IsleScript::Script g_lauraActions[];
|
||||
|
||||
static MxLong g_pepperFinishTimes[];
|
||||
static MxLong g_mamaFinishTimes[];
|
||||
static MxLong g_papaFinishTimes[];
|
||||
static MxLong g_nickFinishTimes[];
|
||||
static MxLong g_lauraFinishTimes[];
|
||||
};
|
||||
|
||||
// VTABLE: LEGO1 0x100d7380
|
||||
|
Reference in New Issue
Block a user