diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-18 16:37:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-18 13:37:50 -0800 |
| commit | 21ce84ae43a55ef03c425ac2099f11e84dfac979 (patch) | |
| tree | 2a205f7b064238618f60d677160652700c590782 /include/d | |
| parent | 93067110f6bf969776a553ddbefe6a734504f7d6 (diff) | |
d_a_npc_kn OK (#2966)
* d_a_npc_kn OK
* Remove nonmatching comment
Diffstat (limited to 'include/d')
| -rw-r--r-- | include/d/actor/d_a_npc_kn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_npc_kn.h b/include/d/actor/d_a_npc_kn.h index a6a06e78b2..ba2ca57241 100644 --- a/include/d/actor/d_a_npc_kn.h +++ b/include/d/actor/d_a_npc_kn.h @@ -416,7 +416,7 @@ public: static dCcD_SrcSph mCcDSph; static s16 mSrchName; static fopAc_ac_c* mFindActorPtrs[50]; - static u8 mFindCount[4]; + static int mFindCount; private: /* 0x0E44 */ J3DModel* mpPodModel; |
