mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-27 07:51:36 +00:00
Merge branch 'fix-margin-boost-desync' into 'master'
Fix Margin Boost desyncs See merge request kart-krew-dev/ring-racers-internal!2822
This commit is contained in:
commit
e747776672
1 changed files with 4 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ typedef enum
|
|||
PR_RANDOMAUDIENCE, // Audience randomisation
|
||||
|
||||
PR_RULESCRAMBLE, // Rule scrambing events
|
||||
|
||||
|
||||
PR_MUSICSELECT, // Randomized music selection
|
||||
|
||||
PR_ITEM_ROULETTE, // Item results. Overwritten constantly by K_FillItemRouletteData, not meant for typical use.
|
||||
|
|
@ -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