From e2cd85d4da57129108176debde843ef32fb05177 Mon Sep 17 00:00:00 2001 From: Steel Titanium Date: Wed, 31 Jul 2019 20:57:08 -0400 Subject: [PATCH] I dunno how that got here --- src/p_saveg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_saveg.c b/src/p_saveg.c index 9bd14ce39..09df38eb0 100644 --- a/src/p_saveg.c +++ b/src/p_saveg.c @@ -4096,7 +4096,7 @@ static inline boolean P_NetUnArchiveMisc(void) countdowntimer = (tic_t)READUINT32(save_p); countdowntimeup = (boolean)READUINT8(save_p); - hidetime = READUINT32(save_p);; + hidetime = READUINT32(save_p); // Is it paused? if (READUINT8(save_p) == 0x2f)