don't hardcode (likely) action id

This commit is contained in:
Joshua Peisach 2024-04-04 11:16:22 -04:00
parent a9947affff
commit 98dff7f2cf
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A

View File

@ -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;