2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:47:42 +00:00

Implement LoadGPSM

Remove corrupted SELC duplicate (PMLC)
This commit is contained in:
2016-02-14 18:31:46 -08:00
parent 33f50789e4
commit b2cbb4e298
5 changed files with 34 additions and 20 deletions

View File

@@ -154,7 +154,7 @@ bool CMVEBounce::GetValue(int frame, Zeus::CVector3f& pVel, Zeus::CVector3f& pPo
return false;
}
bool CMVEConstant::GetValue(int frame, Zeus::CVector3f& pVel, Zeus::CVector3f& pPos) const
bool CMVEConstant::GetValue(int frame, Zeus::CVector3f& pVel, Zeus::CVector3f& /*pPos*/) const
{
x4_x->GetValue(frame, pVel.x);
x8_y->GetValue(frame, pVel.y);