From 4e1905e6308a52b51248edb142da74ed5794d4ad Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Thu, 7 May 2020 03:34:42 +1000 Subject: [PATCH] - reset buttonMap button states after returning from pause for RR (stops keys acting stuck down if down prior to pausing). --- source/rr/src/game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/rr/src/game.cpp b/source/rr/src/game.cpp index ef7f75611..e16627068 100644 --- a/source/rr/src/game.cpp +++ b/source/rr/src/game.cpp @@ -7295,6 +7295,7 @@ MAIN_LOOP_RESTART: if (M_Active() || GUICapture || ud.pause_on != 0) { totalclock = ototalclock + TICSPERFRAME; + buttonMap.ResetButtonStates(); } else {