mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
style
This commit is contained in:
parent
ba49bd1c82
commit
4d2368d9cb
@ -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,
|
||||||
|
|||||||
@ -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);
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user