Disable rewind between demos, too.

This commit is contained in:
TehRealSalt 2019-05-02 12:36:11 -04:00
parent 34eb4bd14d
commit 3f730e03ec
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{