From 7b35e04c0c5b6d95db4d20bd6dce3ed0a412ba52 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Thu, 7 May 2020 03:38:51 +1000 Subject: [PATCH] - reset buttonMap button states after returning from pause for Exhumed (stops keys acting stuck down if down prior to pausing). --- source/exhumed/src/exhumed.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/exhumed/src/exhumed.cpp b/source/exhumed/src/exhumed.cpp index b6ddd432a..0499e3354 100644 --- a/source/exhumed/src/exhumed.cpp +++ b/source/exhumed/src/exhumed.cpp @@ -2340,6 +2340,7 @@ GAMELOOP: if (M_Active() || GUICapture || bPause) { totalclock = tclocks + 4; + buttonMap.ResetButtonStates(); } else {