mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Rename function
This commit is contained in:
parent
2b9547e7c3
commit
ff9110db28
@ -30,7 +30,7 @@ class Motocycle : public IslePathActor {
|
|||||||
MxLong HandlePathStruct(LegoPathStructNotificationParam&) override; // vtable+0xdc
|
MxLong HandlePathStruct(LegoPathStructNotificationParam&) override; // vtable+0xdc
|
||||||
void Exit() override; // vtable+0xe4
|
void Exit() override; // vtable+0xe4
|
||||||
|
|
||||||
void FUN_10035e10();
|
void ActivateSceneActions();
|
||||||
|
|
||||||
// SYNTHETIC: LEGO1 0x100359d0
|
// SYNTHETIC: LEGO1 0x100359d0
|
||||||
// Motocycle::`scalar deleting destructor'
|
// Motocycle::`scalar deleting destructor'
|
||||||
|
|||||||
@ -146,7 +146,7 @@ MxLong Motocycle::HandlePathStruct(LegoPathStructNotificationParam& p_param)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10035e10
|
// FUNCTION: LEGO1 0x10035e10
|
||||||
void Motocycle::FUN_10035e10()
|
void Motocycle::ActivateSceneActions()
|
||||||
{
|
{
|
||||||
PlayMusic(JukeboxScript::c_PoliceStation_Music);
|
PlayMusic(JukeboxScript::c_PoliceStation_Music);
|
||||||
|
|
||||||
|
|||||||
@ -1006,7 +1006,7 @@ MxLong Isle::HandleTransitionEnd()
|
|||||||
FUN_10032d30(IsleScript::c_MotoBikeDashboard_Bitmap, JukeboxScript::c_MusicTheme1, NULL, TRUE);
|
FUN_10032d30(IsleScript::c_MotoBikeDashboard_Bitmap, JukeboxScript::c_MusicTheme1, NULL, TRUE);
|
||||||
|
|
||||||
if (!m_act1state->m_unk0x01f) {
|
if (!m_act1state->m_unk0x01f) {
|
||||||
m_motocycle->FUN_10035e10();
|
m_motocycle->ActivateSceneActions();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case LegoGameState::e_copter:
|
case LegoGameState::e_copter:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user