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/actor/d_a_agb.cpp | |
| parent | 44761305b99127ee12c72c01030a750c9c77de0b (diff) | |
minor inline cleanup
Diffstat (limited to 'src/d/actor/d_a_agb.cpp')
| -rw-r--r-- | src/d/actor/d_a_agb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_agb.cpp b/src/d/actor/d_a_agb.cpp index f49ccab8..908d0c22 100644 --- a/src/d/actor/d_a_agb.cpp +++ b/src/d/actor/d_a_agb.cpp @@ -1466,7 +1466,7 @@ void daAgb_c::modeMove() { if (attList) { fopAc_ac_c* r3 = attList->getActor(); if (r3) { - if (fopAcM_CheckStatusMap(r3, 0) && !fopAcM_checkStatus(r3, fopAcStts_BOSS_e) && fopAcM_GetName(r3) != PROC_FGANON) { + if (fopAcM_CheckStatusMap(r3, 0) && !fopAcM_CheckStatus(r3, fopAcStts_BOSS_e) && fopAcM_GetName(r3) != PROC_FGANON) { current.pos = r3->current.pos; home.pos = r3->current.pos; setTargetID(attList->getPid()); |
