mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-17 13:31:15 +00:00
Merge branch 'master' into LegoCarBuild--FUN_100246e0
This commit is contained in:
commit
a006d012ec
@ -64,13 +64,12 @@ MxResult JetskiRace::Create(MxDSAction& p_dsAction)
|
|||||||
m_unk0x130.SetRight(543);
|
m_unk0x130.SetRight(543);
|
||||||
m_unk0x130.SetBottom(333);
|
m_unk0x130.SetBottom(333);
|
||||||
LegoJetski::InitSoundIndices();
|
LegoJetski::InitSoundIndices();
|
||||||
InvokeAction(
|
|
||||||
Extra::e_start,
|
MxS32 streamId =
|
||||||
m_atomId,
|
DuneBuggy::GetColorOffset(g_varJSFRNTY5) + (DuneBuggy::GetColorOffset(g_varJSWNSHY5) * 5 + 0xf) * 2;
|
||||||
DuneBuggy::GetColorOffset(g_varJSFRNTY5) + (DuneBuggy::GetColorOffset(g_varJSWNSHY5) * 5 + 0xf) * 2,
|
InvokeAction(Extra::e_start, m_atomId, streamId, NULL);
|
||||||
NULL
|
|
||||||
);
|
|
||||||
InvokeAction(Extra::e_start, m_atomId, JetraceScript::c_JetskiDashboard, NULL);
|
InvokeAction(Extra::e_start, m_atomId, JetraceScript::c_JetskiDashboard, NULL);
|
||||||
|
|
||||||
g_unk0x100f119c = TRUE;
|
g_unk0x100f119c = TRUE;
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user