From 601451bead526d9a82382877d8f9b080fb64b780 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sat, 31 Oct 2020 02:39:30 -0400 Subject: [PATCH] This RNG thing was removed, so it doesn't need to be in demo code anymore either --- src/g_demo.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/g_demo.c b/src/g_demo.c index 50c53d1c3..7c2f9f25c 100644 --- a/src/g_demo.c +++ b/src/g_demo.c @@ -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 {