Changed == 2 to < 3

@jartha
· 25 minutes ago

Should be jsprof.version < 3 to upgrade 2.0 profiles too.
This commit is contained in:
VelocitOni 2024-05-04 00:55:02 -04:00
parent 544125bb99
commit 1d596ac6a5

View file

@ -518,7 +518,7 @@ void PR_LoadProfiles(void)
converted = true;
}
if (jsprof.version == 2)
if (jsprof.version < 3)
{
// Version 2 -> 3:
// - Auto Roulette is turned off again so people have to see the warning message