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_ep.cpp | |
| parent | c0e0bbaaf3ff70413498d2ce41f281e8aa41db07 (diff) | |
Use attention enums everywhere instead of integer literals (#3044)
Diffstat (limited to 'src/d/actor/d_a_ep.cpp')
| -rw-r--r-- | src/d/actor/d_a_ep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_ep.cpp b/src/d/actor/d_a_ep.cpp index 9eed297ef2..7b86e201a8 100644 --- a/src/d/actor/d_a_ep.cpp +++ b/src/d/actor/d_a_ep.cpp @@ -937,7 +937,7 @@ static int daEp_Create(fopAc_ac_c* a_this) { } i_this->field_0xa5c = -1; - i_this->attention_info.distances[4] = 7; + i_this->attention_info.distances[fopAc_attn_CARRY_e] = 7; fopAcM_OnCarryType(i_this, fopAcM_CARRY_UNK_30); i_this->mSph2.Set(at_sph_src); |
