Linter errors v3

This commit is contained in:
jonschz 2024-08-29 22:24:09 +02:00
parent 71efd5a8b6
commit cf42213a13

View File

@ -551,8 +551,8 @@ void LegoCarBuild::FUN_10025db0(const char* p_param1, undefined4 p_param2)
MxBool LegoCarBuild::Escape() MxBool LegoCarBuild::Escape()
{ {
BackgroundAudioManager()->Init(); BackgroundAudioManager()->Init();
MxS32 p_targetEntityId = FUN_10025ee0(m_unk0x330); MxS32 targetEntityId = FUN_10025ee0(m_unk0x330);
InvokeAction(Extra::ActionType::e_stop, *g_jukeboxScript, p_targetEntityId, NULL); InvokeAction(Extra::ActionType::e_stop, *g_jukeboxScript, targetEntityId, NULL);
DeleteObjects(&m_atomId, 500, 999); DeleteObjects(&m_atomId, 500, 999);
m_buildState->m_animationState = 0; m_buildState->m_animationState = 0;