mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- SW: Clear out the local input buffer while paused like Duke does.
This commit is contained in:
parent
07d4c78e1f
commit
c183143ec6
1 changed files with 1 additions and 0 deletions
|
@ -311,6 +311,7 @@ void GameInterface::GetInput(InputPacket *packet, ControlInfo* const hidInput)
|
|||
{
|
||||
if (paused || M_Active() || (automapFollow && automapMode != am_off))
|
||||
{
|
||||
loc = {};
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue