mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
fixes (up to 69.43%)
This commit is contained in:
parent
d835a080b9
commit
b6edcb9edd
@ -174,6 +174,10 @@ void GasStation::ReadyWorld()
|
||||
break;
|
||||
}
|
||||
comparisonValue = m_state->m_unk0x1a;
|
||||
if (4 < m_state->m_unk0x1a) {
|
||||
m_state->m_unk0x1a++;
|
||||
return;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 3: {
|
||||
@ -195,7 +199,10 @@ void GasStation::ReadyWorld()
|
||||
m_unk0x104 = 1;
|
||||
break;
|
||||
}
|
||||
comparisonValue = m_state->m_unk0x1c;
|
||||
if (4 < m_state->m_unk0x1c) {
|
||||
m_state->m_unk0x1c++;
|
||||
return;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 4: {
|
||||
@ -243,17 +250,19 @@ void GasStation::ReadyWorld()
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (comparisonValue < 5) {
|
||||
m_state->m_unk0x20++;
|
||||
}
|
||||
break;
|
||||
FUN_10015820(FALSE, LegoOmni::c_disableInput | LegoOmni::c_disable3d | LegoOmni::c_clearScreen);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (comparisonValue < 5) {
|
||||
comparisonValue++;
|
||||
}
|
||||
|
||||
FUN_10015820(FALSE, LegoOmni::c_disableInput | LegoOmni::c_disable3d | LegoOmni::c_clearScreen);
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10005590
|
||||
// FUNCTION: LEGO1 0x10005590
|
||||
void GasStation::FUN_10005590(undefined4 p_param)
|
||||
{
|
||||
// TODO
|
||||
|
||||
Loading…
Reference in New Issue
Block a user