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_tt.cpp | |
| parent | c0e0bbaaf3ff70413498d2ce41f281e8aa41db07 (diff) | |
Use attention enums everywhere instead of integer literals (#3044)
Diffstat (limited to 'src/d/actor/d_a_e_tt.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_tt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_tt.cpp b/src/d/actor/d_a_e_tt.cpp index 45e95c5690..52909dc2c4 100644 --- a/src/d/actor/d_a_e_tt.cpp +++ b/src/d/actor/d_a_e_tt.cpp @@ -1278,7 +1278,7 @@ int daE_TT_c::create() { l_HIO.id = mDoHIO_CREATE_CHILD("テクタイト", &l_HIO); // Tektite } - attention_info.flags = 4; + attention_info.flags = fopAc_AttnFlag_BATTLE_e; fopAcM_SetMtx(this, mpMorfSO->getModel()->getBaseTRMtx()); fopAcM_SetMin(this, -200.0f, -200.0f, -200.0f); fopAcM_SetMax(this, 200.0f, 200.0f, 200.0f); |
