mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
I dunno how that got here
This commit is contained in:
parent
3177b27a11
commit
e2cd85d4da
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue