minor inline cleanup

This commit is contained in:
LagoLunatic
2024-03-11 18:12:15 -04:00
parent 44761305b9
commit 029ddf6bb9
19 changed files with 49 additions and 57 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ int dEvent_manager_c::getMyStaffId(const char* name, fopAc_ac_c* actor, int tagI
if (mList.getHeaderP() == NULL)
return -1;
if (actor && !fopAcM_checkStatus(actor, fopAcStts_FORCEMOVE_e))
if (actor && !fopAcM_CheckStatus(actor, fopAcStts_FORCEMOVE_e))
return -1;
for (s32 i = 0; i < mList.getEventNum(); i++) {