mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Formatting
This commit is contained in:
parent
b1f9802635
commit
e8ee468f00
@ -93,10 +93,10 @@ MxLong Jetski::HandleClick()
|
||||
((IslePathActor*) UserActor())->Exit();
|
||||
}
|
||||
|
||||
MxS32 local_8 = DuneBuggy::GetColorOffset(g_varJSWNSHY5);
|
||||
m_unk0x160 = 10 * (local_8 + 3);
|
||||
MxS32 local_1c = DuneBuggy::GetColorOffset(g_varJSFRNTY5);
|
||||
m_unk0x160 += local_1c;
|
||||
MxS32 local8 = DuneBuggy::GetColorOffset(g_varJSWNSHY5);
|
||||
m_unk0x160 = 10 * (local8 + 3);
|
||||
MxS32 local1c = DuneBuggy::GetColorOffset(g_varJSFRNTY5);
|
||||
m_unk0x160 += local1c;
|
||||
|
||||
InvokeAction(Extra::ActionType::e_start, *g_isleScript, m_unk0x160, NULL);
|
||||
InvokeAction(Extra::ActionType::e_start, *g_isleScript, IsleScript::c_JetskiDashboard, NULL);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user