mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-25 01:01:02 +00:00
- Re-add lost paused
check in GameInput::GetInput()
.
This commit is contained in:
parent
b83f062037
commit
ddd39775e6
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ void GameInput::getInput(InputPacket* packet)
|
||||||
{
|
{
|
||||||
I_GetEvent();
|
I_GetEvent();
|
||||||
|
|
||||||
if (M_Active() || gamestate != GS_LEVEL)
|
if (paused || M_Active() || gamestate != GS_LEVEL)
|
||||||
{
|
{
|
||||||
inputBuffer = {};
|
inputBuffer = {};
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue