mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41: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;
|
break;
|
||||||
}
|
}
|
||||||
comparisonValue = m_state->m_unk0x1a;
|
comparisonValue = m_state->m_unk0x1a;
|
||||||
|
if (4 < m_state->m_unk0x1a) {
|
||||||
|
m_state->m_unk0x1a++;
|
||||||
|
return;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 3: {
|
case 3: {
|
||||||
@ -195,7 +199,10 @@ void GasStation::ReadyWorld()
|
|||||||
m_unk0x104 = 1;
|
m_unk0x104 = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
comparisonValue = m_state->m_unk0x1c;
|
if (4 < m_state->m_unk0x1c) {
|
||||||
|
m_state->m_unk0x1c++;
|
||||||
|
return;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 4: {
|
case 4: {
|
||||||
@ -243,17 +250,19 @@ void GasStation::ReadyWorld()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
|
FUN_10015820(FALSE, LegoOmni::c_disableInput | LegoOmni::c_disable3d | LegoOmni::c_clearScreen);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (comparisonValue < 5) {
|
if (comparisonValue < 5) {
|
||||||
m_state->m_unk0x20++;
|
comparisonValue++;
|
||||||
}
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
FUN_10015820(FALSE, LegoOmni::c_disableInput | LegoOmni::c_disable3d | LegoOmni::c_clearScreen);
|
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)
|
void GasStation::FUN_10005590(undefined4 p_param)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user