Skip to content

Commit

Permalink
Linter errors v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschz committed Aug 29, 2024
1 parent 3f01a40 commit 9704b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LEGO1/lego/legoomni/src/build/legocarbuild.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ void LegoCarBuild::FUN_10025db0(const char* p_param1, undefined4 p_param2)
MxBool LegoCarBuild::Escape()
{
BackgroundAudioManager()->Init();
MxS32 p_targetEntityId = FUN_10025ee0(m_unk0x330);
InvokeAction(Extra::ActionType::e_stop, *g_jukeboxScript, p_targetEntityId, NULL);
MxS32 targetEntityId = FUN_10025ee0(m_unk0x330);
InvokeAction(Extra::ActionType::e_stop, *g_jukeboxScript, targetEntityId, NULL);
DeleteObjects(&m_atomId, 500, 999);

m_buildState->m_animationState = 0;
Expand Down

0 comments on commit 9704b0b

Please sign in to comment.