mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 12:04:38 -04:00
suppress pause when a new game is started (#1799)
https://www.doomworld.com/forum/topic/112333-this-is-woof-1450-apr-30-2024/?page=94&tab=comments#comment-2822927
This commit is contained in:
parent
411267ebaa
commit
bf31da0b7d
@ -779,7 +779,7 @@ void G_BuildTiccmd(ticcmd_t* cmd)
|
||||
}
|
||||
|
||||
// special buttons
|
||||
if (sendpause)
|
||||
if (sendpause && gameaction != ga_newgame)
|
||||
{
|
||||
sendpause = false;
|
||||
cmd->buttons = BT_SPECIAL | (BTS_PAUSE & BT_SPECIALMASK);
|
||||
|
Loading…
x
Reference in New Issue
Block a user