Remove fake inline

This commit is contained in:
LagoLunatic
2025-06-27 15:50:54 -04:00
parent 2f62d4e10f
commit 96a546265e
5 changed files with 17 additions and 21 deletions
+2 -2
View File
@@ -244,8 +244,8 @@ void daWall_c::set_tri() {
vertex[0] = m_tri_vtx[mType][0];
vertex[1] = m_tri_vtx[mType][1];
vertex[2] = m_tri_vtx[mType][2];
mDoMtx_stack_c::transS(fopAcM_GetPosition(this));
mDoMtx_stack_c::YrotM(fopAcM_GetAngle_p(this)->y);
mDoMtx_stack_c::transS(current.pos);
mDoMtx_stack_c::YrotM(current.angle.y);
for (int i = 0; i < 3; i++) {
mDoMtx_stack_c::multVec(&vertex[i], &vertex[i]);