mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
don't hardcode (likely) action id
This commit is contained in:
parent
a9947affff
commit
98dff7f2cf
@ -194,7 +194,7 @@ void GasStation::ReadyWorld()
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
m_state->m_unk0x14.m_unk0x00 = 6;
|
m_state->m_unk0x14.m_unk0x00 = 6;
|
||||||
FUN_10005590(0x1fe);
|
FUN_10005590(GarageScript::c_wgs017nu_RunAnim);
|
||||||
m_unk0x106 = 1;
|
m_unk0x106 = 1;
|
||||||
m_unk0x104 = 1;
|
m_unk0x104 = 1;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user