This RNG thing was removed, so it doesn't need to be in demo code anymore either

This commit is contained in:
Sally Coolatta 2020-10-31 02:39:30 -04:00
parent c609dffdab
commit 601451bead

View file

@ -318,10 +318,6 @@ void G_ReadDemoExtraData(void)
playeringame[p] = true;
G_AddPlayer(p);
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
{