Update new PROFILEVER to 4 to account for public/private key-related changes

This commit is contained in:
toaster 2023-04-02 20:24:08 +01:00
parent e0f999fcd7
commit 44bd11f95d

View file

@ -425,9 +425,9 @@ void PR_LoadProfiles(void)
{ {
#ifdef DEVELOP #ifdef DEVELOP
// Profile update 1-->2: Add gc_rankings. // Profile update 1-->2: Add gc_rankings.
// Profile update 2-->3: Add gc_startlossless. // Profile update 3-->4: Add gc_startlossless.
if ((j == gc_rankings && version < 2) || if ((j == gc_rankings && version < 2) ||
(j == gc_startlossless && version < 3)) (j == gc_startlossless && version < 4))
{ {
for (k = 0; k < MAXINPUTMAPPING; k++) for (k = 0; k < MAXINPUTMAPPING; k++)
{ {