From 93dcac33431a9f279623d25ff2065def5b2b5eec Mon Sep 17 00:00:00 2001 From: Max Roncace Date: Wed, 14 Jan 2026 09:55:59 -0500 Subject: Use attention enums everywhere instead of integer literals (#3044) --- src/d/actor/d_a_npc_grs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/actor/d_a_npc_grs.cpp') diff --git a/src/d/actor/d_a_npc_grs.cpp b/src/d/actor/d_a_npc_grs.cpp index 727a26a15b..ee704017c7 100644 --- a/src/d/actor/d_a_npc_grs.cpp +++ b/src/d/actor/d_a_npc_grs.cpp @@ -360,7 +360,7 @@ void daNpc_grS_c::setParam() { unkInt1 = 5; unkInt2 = 6; attention_info.distances[fopAc_attn_LOCK_e] = getDistTableIdx(unkInt1, unkInt2); - attention_info.distances[fopAc_attn_TALK_e] = attention_info.distances[0]; + attention_info.distances[fopAc_attn_TALK_e] = attention_info.distances[fopAc_attn_LOCK_e]; attention_info.distances[fopAc_attn_SPEAK_e] = getDistTableIdx(unkInt3, unkInt4); attention_info.flags = flags; -- cgit v1.2.3