mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 04:02:37 +00:00
Merge branch 'hold-your-horses' into 'master'
Reset playbackspeed to 1 in G_DoPlayDemo Closes #834 See merge request KartKrew/Kart!1779
This commit is contained in:
commit
c335348c8f
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