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();
|
||||
|
||||
InvokeAction(
|
||||
Extra::e_start,
|
||||
m_atomId,
|
||||
DuneBuggy::GetColorOffset(g_CRCEDGEY0) + (DuneBuggy::GetColorOffset(g_CRCFRNTY6) * 5 + 15) * 2,
|
||||
NULL
|
||||
);
|
||||
MxS32 streamId = DuneBuggy::GetColorOffset(g_CRCEDGEY0) + (DuneBuggy::GetColorOffset(g_CRCFRNTY6) * 5 + 15) * 2;
|
||||
InvokeAction(Extra::e_start, m_atomId, streamId, NULL);
|
||||
InvokeAction(Extra::e_start, m_atomId, CarraceScript::c_RaceCarDashboard, NULL);
|
||||
|
||||
// TODO
|
||||
|
||||
Loading…
Reference in New Issue
Block a user