mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 10:41:16 +00:00
Rename FUN_1005d4b0 to UpdateMapLocatorPosition
This commit is contained in:
parent
056bdfb0b8
commit
4d3dbad040
@ -26,7 +26,7 @@ class LegoRaceMap : public virtual LegoRaceActor {
|
||||
void Animate(float p_time) override = 0; // vtable+0x70
|
||||
|
||||
// LegoRaceMap vtable
|
||||
virtual void FUN_1005d4b0(); // vtable+0x00
|
||||
virtual void UpdateMapLocatorPosition(); // vtable+0x00
|
||||
|
||||
// SYNTHETIC: LEGO1 0x10012c50
|
||||
// LegoRaceMap::`vbase destructor'
|
||||
|
||||
@ -106,7 +106,7 @@ void LegoRaceMap::ParseAction(char* p_extra)
|
||||
|
||||
// FUNCTION: LEGO1 0x1005d4b0
|
||||
// FUNCTION: BETA10 0x100ca849
|
||||
void LegoRaceMap::FUN_1005d4b0()
|
||||
void LegoRaceMap::UpdateMapLocatorPosition()
|
||||
{
|
||||
if (m_unk0x08) {
|
||||
short xPos = (GetWorldPosition()[0] - m_unk0x14) / m_unk0x18 * m_unk0x24;
|
||||
@ -131,7 +131,7 @@ MxLong LegoRaceMap::Notify(MxParam& p_param)
|
||||
|
||||
if (((LegoControlManagerNotificationParam&) p_param).m_enabledChild == 1) {
|
||||
m_unk0x08 = TRUE;
|
||||
FUN_1005d4b0();
|
||||
UpdateMapLocatorPosition();
|
||||
m_stillPresenter->Enable(TRUE);
|
||||
}
|
||||
else {
|
||||
|
||||
@ -411,7 +411,7 @@ void LegoRaceCar::Animate(float p_time)
|
||||
}
|
||||
|
||||
if (LegoCarRaceActor::m_animState == 1) {
|
||||
FUN_1005d4b0();
|
||||
UpdateMapLocatorPosition();
|
||||
|
||||
if (!m_userNavFlag) {
|
||||
FUN_10080590(p_time);
|
||||
@ -610,7 +610,7 @@ void LegoJetski::Animate(float p_time)
|
||||
LegoJetskiRaceActor::Animate(p_time);
|
||||
|
||||
if (LegoCarRaceActor::m_animState == 1) {
|
||||
FUN_1005d4b0();
|
||||
UpdateMapLocatorPosition();
|
||||
|
||||
if (!m_userNavFlag) {
|
||||
FUN_10080590(p_time);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user