mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix Margin Boost desyncs
This commit is contained in:
parent
68d83f6870
commit
0aac7468d4
1 changed files with 4 additions and 2 deletions
|
|
@ -92,10 +92,12 @@ typedef enum
|
|||
PR_ITEM_SPAWNER = PROLDDEMO, // Battle mode item spawners
|
||||
PR_TEAMS, // Teamplay shuffling
|
||||
|
||||
PR_NUISANCE, // Margin Boost HUD
|
||||
PR__PLACEHOLDER_DUMMY, // Whoops, screwed up PR_NUISANCE before, guess this lives here forever now
|
||||
|
||||
PRNUMSYNCED,
|
||||
|
||||
PR_NUISANCE, // Margin Boost HUD
|
||||
|
||||
PR_INTERPHUDRANDOM = PRNUMSYNCED, // Interpolation-accomodating HUD randomisation
|
||||
|
||||
PRNUMCLASS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue