From 81ef7a3e1c1283e2256c2c6b0135b16a9dca9787 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Fri, 3 May 2024 20:23:00 -0400 Subject: [PATCH] Make it actually work properly Flipped 1 to 0 so it happens when you turn it ON, also extended the message --- src/k_menufunc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/k_menufunc.c b/src/k_menufunc.c index f36cfb5f9..624625dab 100644 --- a/src/k_menufunc.c +++ b/src/k_menufunc.c @@ -210,15 +210,15 @@ static void M_ChangeCvar(INT32 choice) } #endif -if (cvar == &cv_dummyprofileautoroulette && + if (cvar == &cv_dummyprofileautoroulette && // Turning Auto Roulette on - cv_dummyprofileautoroulette.value == 1 && + cv_dummyprofileautoroulette.value == 0 && // Not setting to default (ie changing the value) choice != -1) { M_StartMessage( "Turning on Auto Roulette", - "\"Ring Racers\" is not designed with random items in mind. With Auto Roulette, you cannot select the item results you want." + "\"Ring Racers\" is not designed with random items in mind. With Auto Roulette, you cannot select the item results you want or select an item early." "\n" "You will be at a distinct \x85" "disadvantage. \x80\n" "\n"