mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Fix normal speed replays showing as easy speed
This commit is contained in:
parent
e8260f9f36
commit
733d8c1f7b
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…
Add table
Reference in a new issue