mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 09:11:59 +00:00
Don't keep fast-forward enabled between demos
This commit is contained in:
parent
86dfd70c6f
commit
34eb4bd14d
1 changed files with 2 additions and 0 deletions
|
@ -8090,6 +8090,8 @@ void G_StopDemo(void)
|
|||
demo.timing = false;
|
||||
singletics = false;
|
||||
|
||||
CV_SetValue(&cv_playbackspeed, 1);
|
||||
|
||||
if (gamestate == GS_LEVEL && rendermode != render_none)
|
||||
{
|
||||
V_SetPaletteLump("PLAYPAL"); // Reset the palette
|
||||
|
|
Loading…
Reference in a new issue