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_attention.cpp | |
| parent | 44761305b99127ee12c72c01030a750c9c77de0b (diff) | |
minor inline cleanup
Diffstat (limited to 'src/d/d_attention.cpp')
| -rw-r--r-- | src/d/d_attention.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_attention.cpp b/src/d/d_attention.cpp index 442a6ba8..f94969cf 100644 --- a/src/d/d_attention.cpp +++ b/src/d/d_attention.cpp @@ -565,7 +565,7 @@ fopAc_ac_c* dAttList_c::getActor() { /* 8009FA98-8009FAB4 .text setActor__10dAttList_cFP10fopAc_ac_c */ void dAttList_c::setActor(fopAc_ac_c* i_actor) { - mActorID = fpcM_GetID(i_actor); + mActorID = fopAcM_GetID(i_actor); } /* 8009FAB4-8009FACC .text getPId__10dAttHint_cFPv */ |
