mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
don't compare m_unk0x128 against char
This commit is contained in:
parent
0748d711e5
commit
48943e50fe
@ -352,14 +352,14 @@ MxLong Hospital::HandleEndAction(MxEndActionNotificationParam& p_param)
|
||||
act1State = (Act1State*) GameState()->GetState("Act1State");
|
||||
act1State->SetUnknown18(9);
|
||||
case 14:
|
||||
if (m_unk0x128 == '\0') {
|
||||
if (m_unk0x128 == 0) {
|
||||
m_unk0x128 = 1;
|
||||
m_destLocation = LegoGameState::e_unk31;
|
||||
goto transitionToDestLocation;
|
||||
}
|
||||
break;
|
||||
case 15:
|
||||
if (m_unk0x128 == '\0') {
|
||||
if (m_unk0x128 == 0) {
|
||||
m_unk0x128 = 1;
|
||||
m_destLocation = LegoGameState::e_infomain;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user