Fix normal speed replays showing as easy speed

This commit is contained in:
fickleheart 2019-04-01 12:28:01 -05:00
parent 2fcb087d50
commit 4b9562f72f

View file

@ -6664,6 +6664,7 @@ void G_LoadDemoInfo(menudemo_t *pdemo)
info_p += 4; // RNG seed
// Pared down version of CV_LoadNetVars to find the kart speed
pdemo->kartspeed = 1; // Default to normal speed
cvarcount = READUINT16(info_p);
while (cvarcount--)
{