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 /src/d/actor/d_a_npc_btsw2.cpp | |
| 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 'src/d/actor/d_a_npc_btsw2.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_btsw2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_btsw2.cpp b/src/d/actor/d_a_npc_btsw2.cpp index afa8d2a5..ab2f8759 100644 --- a/src/d/actor/d_a_npc_btsw2.cpp +++ b/src/d/actor/d_a_npc_btsw2.cpp @@ -71,7 +71,7 @@ daNpc_Btsw2_HIO_c::daNpc_Btsw2_HIO_c() { m38 = 0.95f; m3C = 0x5A; m3E = 0x5A; - mChildID = -1; + mNo = -1; } const char daNpc_Btsw2_c::m_arc_name[] = "Btsw"; |
