From 0aac7468d4c0a3836d10dc462d0fb69e384c69c1 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Sat, 13 Sep 2025 14:50:18 -0400 Subject: [PATCH] Fix Margin Boost desyncs --- src/m_random.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/m_random.h b/src/m_random.h index dcfeeca3e..934880e0a 100644 --- a/src/m_random.h +++ b/src/m_random.h @@ -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