diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-10-29 02:07:52 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-10-29 02:07:52 -0400 |
| commit | 2c907c8a21ecaa7478a0597110f10bb47be23350 (patch) | |
| tree | 369d1eb717ffd689b6613f5e4502f354cfdadabf /src/d/actor/d_a_obj_paper.cpp | |
| parent | ba28e8e9ac476269b67d8b96c3f0a84c2f020ce1 (diff) | |
Clean up code for various actors
Diffstat (limited to 'src/d/actor/d_a_obj_paper.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_paper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_paper.cpp b/src/d/actor/d_a_obj_paper.cpp index c8235e2c..0156fe82 100644 --- a/src/d/actor/d_a_obj_paper.cpp +++ b/src/d/actor/d_a_obj_paper.cpp @@ -186,7 +186,7 @@ namespace daObjPaper { mAttentionInfo.mPosition.y += attributes[mType].mAttentionOffset; mAttentionInfo.mDistances[1] = attributes[mType].mAttentionDist1; mAttentionInfo.mDistances[3] = attributes[mType].mAttentionDist2; - mAttentionInfo.setFlag(fopAc_Attn_LOCKON_TALK_e | fopAc_Attn_ACTION_TALK_e | fopAc_Attn_TALKFLAG_READ_e); + mAttentionInfo.mFlags |= fopAc_Attn_LOCKON_TALK_e | fopAc_Attn_ACTION_TALK_e | fopAc_Attn_TALKFLAG_READ_e; mMsgId = -1; |
