clean up some inline parameters

This commit is contained in:
LagoLunatic
2024-04-18 23:16:38 -04:00
parent c93901ce2c
commit 459cf6caa7
28 changed files with 60 additions and 62 deletions
+1 -1
View File
@@ -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);