diff options
| author | Max Roncace <me@caseif.net> | 2025-11-19 00:10:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-18 21:10:04 -0800 |
| commit | 7f863c069b80b09c54133052efeb5e4a5f3c04b8 (patch) | |
| tree | 5da6a21b1f561ab0665e7db9b389b8122cd87b77 /src/d/actor/d_a_obj_glowSphere.cpp | |
| parent | 1b2fe5e2e373c19b8e6748f79a245ce0dd822920 (diff) | |
d_a_npc_chin matching (#2822)
Diffstat (limited to 'src/d/actor/d_a_obj_glowSphere.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_glowSphere.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_obj_glowSphere.cpp b/src/d/actor/d_a_obj_glowSphere.cpp index fd2443f262..8e8ebbed4a 100644 --- a/src/d/actor/d_a_obj_glowSphere.cpp +++ b/src/d/actor/d_a_obj_glowSphere.cpp @@ -436,21 +436,21 @@ int _GlSph_Mng_c::_setting_main() { /* 80BFA5C4-80BFA60C 001364 0048+00 0/0 0/0 1/1 .text _chkAllGet_main__12_GlSph_Mng_cFv */ -bool _GlSph_Mng_c::_chkAllGet_main() { +BOOL _GlSph_Mng_c::_chkAllGet_main() { _GlSph_LstInfo_c* info = mListBuf; for (int i = 0; i < 120; i++) { if (info->isSet()) { daGlwSph_c* psph = info->getpSph(); if (psph != NULL && !psph->is_getted()) { - return false; + return FALSE; } } info++; } - return true; + return TRUE; } /* 80BFAFE8 0002+00 data_80BFAFE8 mSphSe__12_GlSph_Mng_c */ |
