summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMaxMotis <mr.maxmotis@gmail.com>2026-03-01 22:56:18 +0100
committerMaxMotis <mr.maxmotis@gmail.com>2026-03-01 22:56:18 +0100
commit4f2a4d3f40f7ef440895d720d509655f95bf28c8 (patch)
tree5ca13c2f42983441b2ee93d0d004f1ba592484b4 /include
parentd08e4bfc382f7fe50000d98b75def06cf7ab4905 (diff)
d_t_event OK
Diffstat (limited to 'include')
-rw-r--r--include/d/t/d_t_event.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/d/t/d_t_event.h b/include/d/t/d_t_event.h
index c4e9f1fa..6a5f2484 100644
--- a/include/d/t/d_t_event.h
+++ b/include/d/t/d_t_event.h
@@ -24,10 +24,10 @@ private:
/* 0x0FC */ ActorEventRelated mActorEvent;
/* 0x14C */ mMtx_c mMatrix;
/* 0x17C */ u32 mEventId;
- /* 0x180 */ u32 setSceneflag;
- /* 0x184 */ u32 trigSceneflag;
- /* 0x188 */ u32 subtype;
- /* 0x18C */ u32 unkParamFlag;
+ /* 0x180 */ u32 mSetSceneflag;
+ /* 0x184 */ u32 mTrigSceneflag;
+ /* 0x188 */ u32 mSubtype;
+ /* 0x18C */ u32 mUnkParamFlag;
};
#endif