mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-29 05:41:02 +00:00
Let titledemos play while game is unfocused
This commit is contained in:
parent
3a3b623e34
commit
a2b5b76b98
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ fixed_t P_ReturnThrustY(mobj_t *mo, angle_t angle, fixed_t move)
|
|||
boolean P_AutoPause(void)
|
||||
{
|
||||
// Don't pause even on menu-up or focus-lost in netgames or record attack
|
||||
if (netgame || modeattacking)
|
||||
if (netgame || modeattacking || titledemo)
|
||||
return false;
|
||||
|
||||
return (menuactive || window_notinfocus);
|
||||
|
|
Loading…
Reference in a new issue