This commit is contained in:
LagoLunatic
2026-08-25 14:38:49 -04:00
parent e93a21702a
commit 445abf5629
5 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ struct dPnt {
/* 0x01 */ u8 mArg1;
/* 0x02 */ u8 mArg2;
/* 0x03 */ u8 mArg3;
/* 0x04 */ cXyz m_position;
/* 0x04 */ Vec m_position;
};
struct dPath {