diff options
| author | Max Roncace <me@caseif.net> | 2026-01-14 09:55:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-14 16:55:59 +0200 |
| commit | 93dcac33431a9f279623d25ff2065def5b2b5eec (patch) | |
| tree | 485102c44b2a87f17e4ce706a537616a0995536d /src/d/actor/d_a_e_rd.cpp | |
| parent | c0e0bbaaf3ff70413498d2ce41f281e8aa41db07 (diff) | |
Use attention enums everywhere instead of integer literals (#3044)
Diffstat (limited to 'src/d/actor/d_a_e_rd.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_rd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_rd.cpp b/src/d/actor/d_a_e_rd.cpp index 41746956c3..dfb5e4e3a7 100644 --- a/src/d/actor/d_a_e_rd.cpp +++ b/src/d/actor/d_a_e_rd.cpp @@ -5237,7 +5237,7 @@ static void action(e_rd_class* i_this) { if (i_this->field_0x9bc == 0) { - a_this->attention_info.distances[2] = 3; + a_this->attention_info.distances[fopAc_attn_BATTLE_e] = 3; if (i_this->field_0x9ec) { cMtx_YrotS(*calc_mtx, i_this->field_0xa0c.y); if (i_this->field_0xaf0 == 0) { |
