- transitioned the local input handler.

There wasn't anything EDuke32-specific in there - nearly everything mapped perfectly to JFDuke.
This commit is contained in:
Christoph Oelckers 2020-07-15 19:48:04 +02:00
parent a0cd407632
commit ea6c74d0e6
15 changed files with 244 additions and 190 deletions

View file

@ -1101,7 +1101,7 @@ bool CheckCheatmode(bool printmsg)
void updatePauseStatus()
{
bool GUICapture = System_WantGuiCapture();
if (M_Active() || GUICapture)
if ( GUICapture)
{
paused = 1;
}