I dunno how that got here

This commit is contained in:
Steel Titanium 2019-07-31 20:57:08 -04:00
parent 3177b27a11
commit e2cd85d4da
No known key found for this signature in database
GPG Key ID: 924BA411F18DFDBE
1 changed files with 1 additions and 1 deletions

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)