mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-22 14:37:42 +00:00
Let titledemos play while game is unfocused
This commit is contained in:
parent
97a663745a
commit
bca918cdbf
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…
Add table
Reference in a new issue