Fix dPnt struct (#2361)

* Fix dPnt struct

* Fix Vec warning
This commit is contained in:
LagoLunatic
2025-03-30 18:45:59 -04:00
committed by GitHub
parent 7ac9c97e33
commit a87e831b18
38 changed files with 82 additions and 80 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ f32 daYkgr_c::getPosRate() {
}
f32 dVar11 = FLT_MAX;
cXyz cStack_5c(dComIfGp_getPlayer(0)->current.pos);
dStage_dPnt_c* iVar9 = m_path->m_points;
dPnt* iVar9 = m_path->m_points;
int uVar2 = m_path->m_num;
for (int iVar8 = 0; iVar8 < uVar2; iVar8++, iVar9++) {
cXyz cStack_68(iVar9->m_position.x, iVar9->m_position.y, iVar9->m_position.z);