d_t_event OK

This commit is contained in:
MaxMotis
2026-03-01 22:56:18 +01:00
parent d08e4bfc38
commit 4f2a4d3f40
3 changed files with 30 additions and 30 deletions
+4 -4
View File
@@ -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