mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
clean up some inline parameters
This commit is contained in:
@@ -1103,7 +1103,7 @@ void daItem_c::checkWall() {
|
||||
}
|
||||
|
||||
cM3dGPla* wallPlane = dComIfG_Bgsp()->GetTriPla(mAcchCir);
|
||||
cXyz wallNorm = wallPlane->mNormal;
|
||||
cXyz wallNorm = *wallPlane->GetNP();
|
||||
|
||||
cXyz vel;
|
||||
vel.x = speedF * cM_ssin(current.angle.y);
|
||||
|
||||
Reference in New Issue
Block a user