Fabian Greffrath 2024-07-24 12:57:34 +02:00 committed by GitHub
parent 411267ebaa
commit bf31da0b7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -779,7 +779,7 @@ void G_BuildTiccmd(ticcmd_t* cmd)
} }
// special buttons // special buttons
if (sendpause) if (sendpause && gameaction != ga_newgame)
{ {
sendpause = false; sendpause = false;
cmd->buttons = BT_SPECIAL | (BTS_PAUSE & BT_SPECIALMASK); cmd->buttons = BT_SPECIAL | (BTS_PAUSE & BT_SPECIALMASK);