mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Make it actually work properly
Flipped 1 to 0 so it happens when you turn it ON, also extended the message
This commit is contained in:
parent
9ce7520e53
commit
81ef7a3e1c
1 changed files with 3 additions and 3 deletions
|
|
@ -210,15 +210,15 @@ static void M_ChangeCvar(INT32 choice)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (cvar == &cv_dummyprofileautoroulette &&
|
if (cvar == &cv_dummyprofileautoroulette &&
|
||||||
// Turning Auto Roulette on
|
// Turning Auto Roulette on
|
||||||
cv_dummyprofileautoroulette.value == 1 &&
|
cv_dummyprofileautoroulette.value == 0 &&
|
||||||
// Not setting to default (ie changing the value)
|
// Not setting to default (ie changing the value)
|
||||||
choice != -1)
|
choice != -1)
|
||||||
{
|
{
|
||||||
M_StartMessage(
|
M_StartMessage(
|
||||||
"Turning on Auto Roulette",
|
"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"
|
"\n"
|
||||||
"You will be at a distinct \x85" "disadvantage. \x80\n"
|
"You will be at a distinct \x85" "disadvantage. \x80\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue