mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Make it actually build
Oops, extra "." in version check and used comparison instead of "="
This commit is contained in:
parent
020cb6c60b
commit
544125bb99
1 changed files with 2 additions and 2 deletions
|
|
@ -518,11 +518,11 @@ void PR_LoadProfiles(void)
|
||||||
converted = true;
|
converted = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (js.prof.version == 2)
|
if (jsprof.version == 2)
|
||||||
{
|
{
|
||||||
// Version 2 -> 3:
|
// Version 2 -> 3:
|
||||||
// - Auto Roulette is turned off again so people have to see the warning message
|
// - Auto Roulette is turned off again so people have to see the warning message
|
||||||
newprof->autoroulette == false;
|
newprof->autoroulette = false;
|
||||||
|
|
||||||
converted = true;
|
converted = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue