mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 04:01: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 = (Act1State*) GameState()->GetState("Act1State");
|
||||||
act1State->SetUnknown18(9);
|
act1State->SetUnknown18(9);
|
||||||
case 14:
|
case 14:
|
||||||
if (m_unk0x128 == '\0') {
|
if (m_unk0x128 == 0) {
|
||||||
m_unk0x128 = 1;
|
m_unk0x128 = 1;
|
||||||
m_destLocation = LegoGameState::e_unk31;
|
m_destLocation = LegoGameState::e_unk31;
|
||||||
goto transitionToDestLocation;
|
goto transitionToDestLocation;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 15:
|
case 15:
|
||||||
if (m_unk0x128 == '\0') {
|
if (m_unk0x128 == 0) {
|
||||||
m_unk0x128 = 1;
|
m_unk0x128 = 1;
|
||||||
m_destLocation = LegoGameState::e_infomain;
|
m_destLocation = LegoGameState::e_infomain;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user