Browse Source

Fix crash with mute button

pull/88/head
galaxyhaxz 7 years ago committed by Anders Jenbo
parent
commit
596b981916
  1. 2
      Source/control.cpp

2
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;
}
}
}

Loading…
Cancel
Save