mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +00:00
Force intermission to 10 seconds on replays
This commit is contained in:
parent
ae3348e24d
commit
5e6b3a650c
1 changed files with 2 additions and 0 deletions
|
|
@ -780,6 +780,8 @@ void Y_StartIntermission(void)
|
|||
{
|
||||
if (cv_inttime.value == 0 && gametype == GT_COOP)
|
||||
timer = 0;
|
||||
else if (demoplayback) // Override inttime (which is pulled from the replay anyway
|
||||
timer = 10*TICRATE;
|
||||
else
|
||||
{
|
||||
timer = cv_inttime.value*TICRATE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue