Match 3 more d_a_tn funcs, clean up some inlines

This commit is contained in:
LagoLunatic
2026-05-28 18:36:35 -04:00
parent 0d6d429ad1
commit b597e195b4
12 changed files with 81 additions and 83 deletions
+3 -1
View File
@@ -12,7 +12,9 @@ public:
m_pos = *pos;
}
void SetPos(Vec* pos) {
m_pos = *pos;
m_pos.x = pos->x;
m_pos.y = pos->y;
m_pos.z = pos->z;
}
virtual ~cBgS_GndChk() {}