mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- transitioned the local input handler.
There wasn't anything EDuke32-specific in there - nearly everything mapped perfectly to JFDuke.
This commit is contained in:
parent
a0cd407632
commit
ea6c74d0e6
15 changed files with 244 additions and 190 deletions
|
@ -1101,7 +1101,7 @@ bool CheckCheatmode(bool printmsg)
|
|||
void updatePauseStatus()
|
||||
{
|
||||
bool GUICapture = System_WantGuiCapture();
|
||||
if (M_Active() || GUICapture)
|
||||
if ( GUICapture)
|
||||
{
|
||||
paused = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue