From 596b9819166b52010dfb71b69dd25fcf48926952 Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Fri, 12 Apr 2019 15:43:59 -0500 Subject: [PATCH] Fix crash with mute button --- Source/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } }