mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Read time fields from net saves
This commit is contained in:
parent
0978093a2b
commit
a1fd605a24
1 changed files with 4 additions and 0 deletions
|
|
@ -4760,6 +4760,10 @@ static inline boolean P_NetUnArchiveMisc(boolean reloading)
|
|||
starttime = READUINT32(save_p);
|
||||
numbulbs = READUINT8(save_p);
|
||||
|
||||
timelimitintics = READUINT32(save_p);
|
||||
extratimeintics = READUINT32(save_p);
|
||||
secretextratime = READUINT32(save_p);
|
||||
|
||||
// Is it paused?
|
||||
if (READUINT8(save_p) == 0x2f)
|
||||
paused = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue