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
@@ -3151,7 +3151,7 @@ u8 daCow_c::initialize() {
mPath = dPath_GetRoomPath(prm1, fopAcM_GetRoomNo(this));
mPointIndex = 0;
dStage_dPnt_c* point = dPath_GetPnt(mPath, mPointIndex);
dPnt* point = dPath_GetPnt(mPath, mPointIndex);
current.pos = point->m_position;
setProcess(&daCow_c::action_crazy, false);