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:
Eidolon 2024-01-03 13:42:52 -06:00
parent e2cbf06fa7
commit 3666f370d0

View file

@ -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)