diff --git a/src/k_profiles.cpp b/src/k_profiles.cpp index 89354bb1c..d6109bfe5 100644 --- a/src/k_profiles.cpp +++ b/src/k_profiles.cpp @@ -518,6 +518,15 @@ void PR_LoadProfiles(void) converted = true; } + if (js.prof.version == 2) + { + // Version 2 -> 3: + // - Auto Roulette is turned off again so people have to see the warning message + newprof->autoroulette == false; + + converted = true; + } + if (converted) { CONS_Printf("Profile '%s' was converted from version %d to version %d\n", diff --git a/src/k_profiles.h b/src/k_profiles.h index 0870c5d5e..70d3abd68 100644 --- a/src/k_profiles.h +++ b/src/k_profiles.h @@ -112,8 +112,9 @@ extern "C" { // Version history: // 1 - first // 2 - litesteer is off by default, old profiles litesteer +// 3 - auto roulette is switched off again // option is reset to default -#define PROFILEVER 2 +#define PROFILEVER 3 #define MAXPROFILES 16 #define PROFILESFILE "ringprofiles.prf" #define PROFILE_GUEST 0