diff options
Diffstat (limited to 'src/d/actor/d_a_obj_sw.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_sw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_sw.cpp b/src/d/actor/d_a_obj_sw.cpp index b5beb5d2e3..4f5209e7bc 100644 --- a/src/d/actor/d_a_obj_sw.cpp +++ b/src/d/actor/d_a_obj_sw.cpp @@ -732,7 +732,7 @@ static int daObj_Sw_Create(fopAc_ac_c* a_this) { OS_REPORT("//////////////OBJ_SW SET 2 !!\n"); if (i_this->field_0x570 == 8) { - a_this->attention_info.distances[2] = 22; + a_this->attention_info.distances[fopAc_attn_BATTLE_e] = 22; a_this->home.pos.y += -70.0f; a_this->current.pos.y = a_this->home.pos.y; |
