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
@@ -439,7 +439,7 @@ void daTbox_c::initPos() {
}
if (dComIfGs_isSwitch(getSwNo(), fopAcM_GetRoomNo(this))) {
dStage_dPnt_c* pnt = &path_p->m_points[path_p->m_num - 1];
dPnt* pnt = &path_p->m_points[path_p->m_num - 1];
current.pos = pnt->m_position;
home.pos = pnt->m_position;
}