diff --git a/src/g_demo.c b/src/g_demo.c index 49503c5e0..100395a63 100644 --- a/src/g_demo.c +++ b/src/g_demo.c @@ -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)