mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 04:02:37 +00:00
Reset playbackspeed to 1 in G_DoPlayDemo
Fixes KartKrew/Kart#834 and also fixes Attract Mode preserving playback speed too
This commit is contained in:
parent
e2cbf06fa7
commit
3666f370d0
1 changed files with 2 additions and 0 deletions
|
|
@ -3653,6 +3653,8 @@ void G_DoPlayDemo(const char *defdemoname)
|
|||
}
|
||||
|
||||
demo.deferstart = true;
|
||||
|
||||
CV_StealthSetValue(&cv_playbackspeed, 1);
|
||||
}
|
||||
|
||||
void G_AddGhost(savebuffer_t *buffer, char *defdemoname)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue