mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-24 14:31:02 +00:00
I dunno how that got here
This commit is contained in:
parent
3ef2aa20be
commit
0031e37c0f
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…
Add table
Reference in a new issue