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

This commit is contained in:
Mitchell Richters 2020-05-07 03:34:42 +10:00 committed by Christoph Oelckers
parent e0e06284a5
commit 4e1905e630

View file

@ -7295,6 +7295,7 @@ MAIN_LOOP_RESTART:
if (M_Active() || GUICapture || ud.pause_on != 0)
{
totalclock = ototalclock + TICSPERFRAME;
buttonMap.ResetButtonStates();
}
else
{