mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-15 10:23:33 +00:00
Order until LegoCarBuildAnimPresenter (#1365)
* Order until `Infocenter` * Order until RaceSkel * More order * Order until `LegoCarBuildAnimPresenter` * Add blank line * Add BETA annotation
This commit is contained in:
committed by
GitHub
parent
9480fd9d98
commit
5a7df7f95d
@@ -50,6 +50,15 @@ void RaceSkel::ParseAction(char* p_extra)
|
||||
m_roi->SetBoundingSphere(sphere);
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10071c80
|
||||
// FUNCTION: BETA10 0x100f1531
|
||||
void RaceSkel::FUN_10071c80(Vector3& p_vec)
|
||||
{
|
||||
p_vec[0] = -630.0f;
|
||||
p_vec[1] = -4.688f;
|
||||
p_vec[2] = 323.0f;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10071cb0
|
||||
// FUNCTION: BETA10 0x100f158b
|
||||
void RaceSkel::GetCurrentAnimData(float* p_outCurAnimPosition, float* p_outCurAnimDuration)
|
||||
|
||||
Reference in New Issue
Block a user