diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-11 18:12:15 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-11 18:12:15 -0400 |
| commit | 029ddf6bb978f76c55fc98ef9079abd5fc0bbdf2 (patch) | |
| tree | b076203d7a1552e6f63aebb6478c737c12b470fd /src/d/d_event_manager.cpp | |
| parent | 44761305b99127ee12c72c01030a750c9c77de0b (diff) | |
minor inline cleanup
Diffstat (limited to 'src/d/d_event_manager.cpp')
| -rw-r--r-- | src/d/d_event_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_event_manager.cpp b/src/d/d_event_manager.cpp index 52f17479..0461c1bc 100644 --- a/src/d/d_event_manager.cpp +++ b/src/d/d_event_manager.cpp @@ -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++) { |
