This commit is contained in:
Christian Semmler 2024-04-06 06:23:03 -04:00
parent ba49bd1c82
commit 4d2368d9cb
4 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@ enum Script {
c_RaceCarBuild_Movie = 53, c_RaceCarBuild_Movie = 53,
c_RaceCarBuild_Music = 54, c_RaceCarBuild_Music = 54,
c_JBMusic1 = 55, c_JBMusic1 = 55,
c_JBMusic2 = 56, // Loaded on GasStation::ReadyWorld c_JBMusic2 = 56,
c_JBMusic3 = 57, c_JBMusic3 = 57,
c_JBMusic4 = 58, c_JBMusic4 = 58,
c_JBMusic5 = 59, c_JBMusic5 = 59,

View File

@ -44,7 +44,7 @@ class GasStation : public LegoWorld {
// GasStation::`scalar deleting destructor' // GasStation::`scalar deleting destructor'
private: private:
void FUN_10005590(undefined4); void FUN_10005590(MxU32 p_objectId);
MxLong HandleEndAction(MxEndActionNotificationParam& p_param); MxLong HandleEndAction(MxEndActionNotificationParam& p_param);
MxLong HandleKeyPress(MxS8 p_key); MxLong HandleKeyPress(MxS8 p_key);
MxLong HandleButtonDown(LegoControlManagerEvent& p_param); MxLong HandleButtonDown(LegoControlManagerEvent& p_param);

View File

@ -25,7 +25,7 @@ MxResult GasStationState::VTable0x1c(LegoFile* p_legoFile)
} }
// STUB: LEGO1 0x10006430 // STUB: LEGO1 0x10006430
void GasStationState::FUN_10006430(undefined4 p_param) void GasStationState::FUN_10006430(undefined4)
{ {
// TODO // TODO
} }

View File

@ -257,9 +257,9 @@ void GasStation::ReadyWorld()
} }
// FUNCTION: LEGO1 0x10005590 // FUNCTION: LEGO1 0x10005590
void GasStation::FUN_10005590(undefined4 p_param) void GasStation::FUN_10005590(MxU32 p_objectId)
{ {
PlayAction(p_param); PlayAction(p_objectId);
} }
inline void GasStation::PlayAction(MxU32 p_objectId) inline void GasStation::PlayAction(MxU32 p_objectId)