diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-31 15:49:44 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-31 15:49:44 -0500 |
| commit | a52bb789da04827e7a2723dbb2659d9056582630 (patch) | |
| tree | de3882cded3d3e33b18ce820f3b72b73e42d1263 /include/d/actor/d_a_npc_btsw2.h | |
| parent | 2ece7c9ce15f499f73e4218b4bd3ce1d5cffb531 (diff) | |
Rename HostIO mChildID to mNo
TP debug has an assert in d_a_obj showing the name of this variable is `M_no` there.
Diffstat (limited to 'include/d/actor/d_a_npc_btsw2.h')
| -rw-r--r-- | include/d/actor/d_a_npc_btsw2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_npc_btsw2.h b/include/d/actor/d_a_npc_btsw2.h index dc2e89fd..5f4dec40 100644 --- a/include/d/actor/d_a_npc_btsw2.h +++ b/include/d/actor/d_a_npc_btsw2.h @@ -94,7 +94,7 @@ public: virtual ~daNpc_Btsw2_HIO_c() {} public: - /* 0x04 */ s8 mChildID; + /* 0x04 */ s8 mNo; /* 0x08 */ dNpc_HIO_c mNpc; /* 0x30 */ s16 m30; /* 0x32 */ s16 m32; |
