mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Address more review comments
This commit is contained in:
parent
1a210d0647
commit
8ab78ee232
@ -16,10 +16,10 @@ struct EdgeReference {
|
||||
|
||||
// SIZE 0x10
|
||||
struct SkeletonKickPhase {
|
||||
EdgeReference* m_edgeRef; // 0x00
|
||||
float m_lower; // 0x04
|
||||
float m_upper; // 0x08
|
||||
unsigned char m_userState; // 0x0c
|
||||
EdgeReference* m_edgeRef; // 0x00
|
||||
float m_lower; // 0x04
|
||||
float m_upper; // 0x08
|
||||
MxU8 m_userState; // 0x0c
|
||||
};
|
||||
|
||||
// VTABLE: LEGO1 0x100d58a0 LegoRaceActor
|
||||
@ -71,7 +71,7 @@ class LegoRaceCar : public LegoCarRaceActor, public LegoRaceMap {
|
||||
|
||||
virtual void SetMaxLinearVelocity(float p_maxLinearVelocity);
|
||||
virtual void FUN_10012ff0(float p_param);
|
||||
virtual MxS32 HandleSkeletonKicks(float p_param1);
|
||||
virtual MxU32 HandleSkeletonKicks(float p_param1);
|
||||
|
||||
// SYNTHETIC: LEGO1 0x10014240
|
||||
// LegoRaceCar::`scalar deleting destructor'
|
||||
|
||||
@ -212,7 +212,7 @@ void LegoRaceCar::FUN_10012ff0(float p_param)
|
||||
|
||||
// FUNCTION: LEGO1 0x10013130
|
||||
// FUNCTION: BETA10 0x100cce50
|
||||
MxS32 LegoRaceCar::HandleSkeletonKicks(float p_param1)
|
||||
MxU32 LegoRaceCar::HandleSkeletonKicks(float p_param1)
|
||||
{
|
||||
const SkeletonKickPhase* current = g_skeletonKickPhases;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user