diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-01 18:50:20 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-01 18:50:20 -0400 |
| commit | 63a3aa2399fdb5efdbdbe571e653e96c66dfaea5 (patch) | |
| tree | 5ee2721cc23ceae1485c4a338a162530e6149049 /include/d/actor | |
| parent | bfc5d57658f11ce7f818d88339847e1b9ba55c18 (diff) | |
ProcID cleanup
Diffstat (limited to 'include/d/actor')
| -rw-r--r-- | include/d/actor/d_a_daiocta.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_daiocta.h b/include/d/actor/d_a_daiocta.h index e7add783..c9de1d57 100644 --- a/include/d/actor/d_a_daiocta.h +++ b/include/d/actor/d_a_daiocta.h @@ -149,7 +149,7 @@ public: /* 0x26C0 */ u8 m26C0; /* 0x26C1 */ u8 m26C1; /* 0x26C2 */ u8 m26C2[0x26C4 - 0x26C2]; - /* 0x26C4 */ fpc_ProcID mpAuzu; + /* 0x26C4 */ fpc_ProcID mAuzuId; /* 0x26C8 */ JntHit_c* mpJntHit; /* 0x26CC */ J3DModel* mpSuikomiModel; /* 0x26D0 */ mDoExt_brkAnm mBrkAnm2; |
