mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Match JetskiRace::Create
(#1463)
This commit is contained in:

committed by
GitHub

parent
a3d773f629
commit
30facd3c90
@@ -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;
|
||||||
|
Reference in New Issue
Block a user