mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Improve CarRace::Create
This commit is contained in:
parent
b824ba79ce
commit
cc9b8fff7d
@ -93,12 +93,8 @@ MxResult CarRace::Create(MxDSAction& p_dsAction)
|
|||||||
|
|
||||||
LegoRaceCar::FUN_10012e00();
|
LegoRaceCar::FUN_10012e00();
|
||||||
|
|
||||||
InvokeAction(
|
MxS32 streamId = DuneBuggy::GetColorOffset(g_CRCEDGEY0) + (DuneBuggy::GetColorOffset(g_CRCFRNTY6) * 5 + 15) * 2;
|
||||||
Extra::e_start,
|
InvokeAction(Extra::e_start, m_atomId, streamId, NULL);
|
||||||
m_atomId,
|
|
||||||
DuneBuggy::GetColorOffset(g_CRCEDGEY0) + (DuneBuggy::GetColorOffset(g_CRCFRNTY6) * 5 + 15) * 2,
|
|
||||||
NULL
|
|
||||||
);
|
|
||||||
InvokeAction(Extra::e_start, m_atomId, CarraceScript::c_RaceCarDashboard, NULL);
|
InvokeAction(Extra::e_start, m_atomId, CarraceScript::c_RaceCarDashboard, NULL);
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user