mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
This RNG thing was removed, so it doesn't need to be in demo code anymore either
This commit is contained in:
parent
c609dffdab
commit
601451bead
1 changed files with 0 additions and 4 deletions
|
|
@ -318,10 +318,6 @@ void G_ReadDemoExtraData(void)
|
||||||
playeringame[p] = true;
|
playeringame[p] = true;
|
||||||
G_AddPlayer(p);
|
G_AddPlayer(p);
|
||||||
players[p].spectator = true;
|
players[p].spectator = true;
|
||||||
|
|
||||||
// There's likely an off-by-one error in timing recording or playback of joins. This hacks around it so I don't have to find out where that is. \o/
|
|
||||||
if (oldcmd[p].forwardmove)
|
|
||||||
P_RandomByte();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue