mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-14 08:51:09 +00:00
Fix normal speed replays showing as easy speed
This commit is contained in:
parent
2fcb087d50
commit
4b9562f72f
1 changed files with 1 additions and 0 deletions
|
@ -6664,6 +6664,7 @@ void G_LoadDemoInfo(menudemo_t *pdemo)
|
||||||
info_p += 4; // RNG seed
|
info_p += 4; // RNG seed
|
||||||
|
|
||||||
// Pared down version of CV_LoadNetVars to find the kart speed
|
// Pared down version of CV_LoadNetVars to find the kart speed
|
||||||
|
pdemo->kartspeed = 1; // Default to normal speed
|
||||||
cvarcount = READUINT16(info_p);
|
cvarcount = READUINT16(info_p);
|
||||||
while (cvarcount--)
|
while (cvarcount--)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue