Implement/match TowTrack::Leave and related (#1074)

This commit is contained in:
Christian Semmler
2024-08-03 11:07:08 -07:00
committed by GitHub
parent f94d39bf63
commit a1c6196bbc
3 changed files with 36 additions and 8 deletions

View File

@@ -1196,7 +1196,7 @@ MxBool Isle::Escape()
break;
case 8:
if (UserActor() != NULL && !UserActor()->IsA("TowTrack")) {
m_towtrack->FUN_1004db10();
m_towtrack->StopActions();
m_towtrack->FUN_1004dbe0();
}
break;
@@ -1250,7 +1250,7 @@ void Isle::FUN_10033350()
if (m_act1state->m_unk0x018 == 8) {
if (UserActor() != NULL && !UserActor()->IsA("TowTrack")) {
m_towtrack->FUN_1004db10();
m_towtrack->StopActions();
m_towtrack->FUN_1004dbe0();
}
}