I dunno how that got here

This commit is contained in:
Steel Titanium 2019-07-31 20:57:08 -04:00
parent 3ef2aa20be
commit 0031e37c0f

View file

@ -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)