Implement/match Pizza::FUN_100382b0 and Pizza::StopActions (#1118)

This commit is contained in:
Christian Semmler
2024-10-26 09:34:43 -07:00
committed by GitHub
parent 0cb753e523
commit 2b9d8f1fba
5 changed files with 74 additions and 39 deletions

View File

@@ -1190,7 +1190,7 @@ MxBool Isle::Escape()
switch (m_act1state->m_unk0x018) {
case 3:
if (UserActor() != NULL) {
m_pizza->FUN_10038380();
m_pizza->StopActions();
m_pizza->FUN_100382b0();
}
break;
@@ -1257,7 +1257,7 @@ void Isle::FUN_10033350()
if (m_act1state->m_unk0x018 == 3) {
if (UserActor() != NULL) {
m_pizza->FUN_10038380();
m_pizza->StopActions();
m_pizza->FUN_100382b0();
}
}