diff --git a/Source/control.cpp b/Source/control.cpp index 0719c5db1..cf40916b8 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -2964,7 +2964,7 @@ void control_release_talk_btn() ++v2; } while (v2 < 4); if (v2 <= 4) - tempstr[v2 + 255] = tempstr[v2 + 255] == 0; + byte_4B894C[v2 - 1] = byte_4B894C[v2 - 1] == 0; } } }