- reset buttonMap button states after returning from pause for Exhumed (stops keys acting stuck down if down prior to pausing).

This commit is contained in:
Mitchell Richters 2020-05-07 03:38:51 +10:00 committed by Christoph Oelckers
parent 419329b5b2
commit 7b35e04c0c

View file

@ -2340,6 +2340,7 @@ GAMELOOP:
if (M_Active() || GUICapture || bPause)
{
totalclock = tclocks + 4;
buttonMap.ResetButtonStates();
}
else
{