mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't pause while the menu's up during replays
This commit is contained in:
parent
03af859535
commit
0ae4c905ad
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ boolean P_AutoPause(void)
|
||||||
if (netgame || modeattacking || demo.title)
|
if (netgame || modeattacking || demo.title)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return (menuactive || ( window_notinfocus && cv_pauseifunfocused.value ));
|
return ((menuactive && !demo.playback) || ( window_notinfocus && cv_pauseifunfocused.value ));
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue