mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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)
|
boolean P_AutoPause(void)
|
||||||
{
|
{
|
||||||
// Don't pause even on menu-up or focus-lost in netgames or record attack
|
// 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 false;
|
||||||
|
|
||||||
return (menuactive || window_notinfocus);
|
return (menuactive || window_notinfocus);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue