mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Disable rewind between demos, too.
This commit is contained in:
parent
50be0cdbee
commit
3fed6b6995
1 changed files with 1 additions and 0 deletions
|
|
@ -8091,6 +8091,7 @@ void G_StopDemo(void)
|
|||
singletics = false;
|
||||
|
||||
CV_SetValue(&cv_playbackspeed, 1);
|
||||
demo.rewinding = false;
|
||||
|
||||
if (gamestate == GS_LEVEL && rendermode != render_none)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue