diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-23 17:48:51 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-23 17:48:51 -0400 |
| commit | 4efda6f35537a2d546841d1eb9579563bb581ab8 (patch) | |
| tree | f349c9f5d0ccff91c2bb919d9d0ab908118567f4 /include/d/actor/d_a_npc_btsw2.h | |
| parent | 2115d05965267975bde15c7d898c9fd7f3bbde68 (diff) | |
Minor cleanup
Inlines, wrong indentation, enums, private fields, etc
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 532a30c1..ea66cc5a 100644 --- a/include/d/actor/d_a_npc_btsw2.h +++ b/include/d/actor/d_a_npc_btsw2.h @@ -51,7 +51,7 @@ public: static const char m_arc_name[]; -public: +private: /* 0x6C4 */ request_of_phase_process_class mPhs; /* 0x6CC */ u32 mShadowId; /* 0x6D0 */ J3DModel* mpKabanModel; // Bag |
