Fix net archiving
This commit is contained in:
parent
78f4bdee7a
commit
bfd608efc8
1 changed files with 4 additions and 0 deletions
|
|
@ -4660,6 +4660,10 @@ static inline boolean P_NetUnArchiveMisc(boolean reloading)
|
|||
|
||||
introtime = READUINT32(save_p);
|
||||
starttime = READUINT32(save_p);
|
||||
|
||||
timelimitintics = READUINT32(save_p);
|
||||
extratimeintics = READUINT32(save_p);
|
||||
secretextratime = READUINT32(save_p);
|
||||
|
||||
// Is it paused?
|
||||
if (READUINT8(save_p) == 0x2f)
|
||||
|
|
|
|||
Loading…
Reference in a new issue