mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Linter errors v3
This commit is contained in:
parent
71efd5a8b6
commit
cf42213a13
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user