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_tk2.cpp | |
| parent | c0e0bbaaf3ff70413498d2ce41f281e8aa41db07 (diff) | |
Use attention enums everywhere instead of integer literals (#3044)
Diffstat (limited to 'src/d/actor/d_a_e_tk2.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_tk2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_tk2.cpp b/src/d/actor/d_a_e_tk2.cpp index 9c85a529c6..ca528b2276 100644 --- a/src/d/actor/d_a_e_tk2.cpp +++ b/src/d/actor/d_a_e_tk2.cpp @@ -524,7 +524,7 @@ static int daE_TK2_Create(fopAc_ac_c* i_this) { fopAcM_SetMin(a_this, -100.0f, -100.0f, -100.0f); fopAcM_SetMax(a_this, 100.0f, 100.0f, 100.0f); - a_this->attention_info.distances[2] = 0x04; + a_this->attention_info.distances[fopAc_attn_BATTLE_e] = 0x04; a_this->health = 0; a_this->field_0x560 = 0; |
