summaryrefslogtreecommitdiff
path: root/include/d/col/c
diff options
context:
space:
mode:
authorelijah-thomas774 <elijahthomas774@gmail.com>2025-09-16 20:19:32 -0400
committerelijah-thomas774 <elijahthomas774@gmail.com>2025-09-16 22:32:04 -0400
commit795183d928d9f71a7b564694e6cc80863c001b9e (patch)
tree0207c2c8bcbcd22790a8b716a3d88bc9aeff1619 /include/d/col/c
parent523a8be636da83fb3513631d07f0194e5a81be97 (diff)
rotation -> mRotation
Diffstat (limited to 'include/d/col/c')
-rw-r--r--include/d/col/c/c_bg_s_chk.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/d/col/c/c_bg_s_chk.h b/include/d/col/c/c_bg_s_chk.h
index a03a697e..6bd25166 100644
--- a/include/d/col/c/c_bg_s_chk.h
+++ b/include/d/col/c/c_bg_s_chk.h
@@ -4,8 +4,10 @@
#include "d/col/bg/d_bg_w_base.h"
#include "d/col/c/c_partition.h"
#include "f/f_base.h"
+
#include "rvl/MTX.h" // IWYU pragma: export
+
struct cBgD_Vtx_t : public nw4r::math::VEC3 {};
class cBgS_GrpPassChk {
@@ -46,7 +48,7 @@ public:
}
int ChkSameActorPid(const fBase_c *pActor) const {
- int id = pActor ? pActor->unique_ID : 0;
+ int id = pActor ? pActor->mID : 0;
if (id == 0 || mActorId == 0 || mField_0x10 == 0) {
return false;
}