mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-20 19:02:37 +00:00
Disable rewind between demos, too.
This commit is contained in:
parent
34eb4bd14d
commit
3f730e03ec
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…
Reference in a new issue