mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't keep fast-forward enabled between demos
This commit is contained in:
parent
00a3ea58ee
commit
50be0cdbee
1 changed files with 2 additions and 0 deletions
|
|
@ -8090,6 +8090,8 @@ void G_StopDemo(void)
|
||||||
demo.timing = false;
|
demo.timing = false;
|
||||||
singletics = false;
|
singletics = false;
|
||||||
|
|
||||||
|
CV_SetValue(&cv_playbackspeed, 1);
|
||||||
|
|
||||||
if (gamestate == GS_LEVEL && rendermode != render_none)
|
if (gamestate == GS_LEVEL && rendermode != render_none)
|
||||||
{
|
{
|
||||||
V_SetPaletteLump("PLAYPAL"); // Reset the palette
|
V_SetPaletteLump("PLAYPAL"); // Reset the palette
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue