mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-08 00:52:55 +00:00
P_ArchiveMisc: Guarantee that loading a Grand Prix Backup counts as using a continue
This commit is contained in:
parent
417afd0ac9
commit
6dfef24534
1 changed files with 1 additions and 1 deletions
|
|
@ -5738,7 +5738,7 @@ static inline void P_ArchiveMisc(savebuffer_t *save)
|
|||
WRITEUINT32(save->p, grandprixinfo.rank.laps);
|
||||
WRITEUINT32(save->p, grandprixinfo.rank.totalLaps);
|
||||
|
||||
WRITEUINT32(save->p, grandprixinfo.rank.continuesUsed);
|
||||
WRITEUINT32(save->p, (grandprixinfo.rank.continuesUsed + 1));
|
||||
|
||||
WRITEUINT32(save->p, grandprixinfo.rank.prisons);
|
||||
WRITEUINT32(save->p, grandprixinfo.rank.totalPrisons);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue