mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 00:34:32 +00:00
Fix leftover from old code causing desync, part 2
This commit is contained in:
parent
ffe4f4a400
commit
6c2884b7d6
1 changed files with 1 additions and 1 deletions
|
|
@ -4249,7 +4249,7 @@ static inline boolean P_NetUnArchiveMisc(void)
|
|||
|
||||
// battleovertime_t
|
||||
battleovertime.enabled = READUINT16(save_p);
|
||||
battleovertime.radius = READUINT16(save_p);
|
||||
battleovertime.radius = READFIXED(save_p);
|
||||
battleovertime.x = READFIXED(save_p);
|
||||
battleovertime.y = READFIXED(save_p);
|
||||
battleovertime.z = READFIXED(save_p);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue