mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 16:52:16 +00:00
Update new PROFILEVER to 4 to account for public/private key-related changes
This commit is contained in:
parent
e0f999fcd7
commit
44bd11f95d
1 changed files with 2 additions and 2 deletions
|
|
@ -425,9 +425,9 @@ void PR_LoadProfiles(void)
|
|||
{
|
||||
#ifdef DEVELOP
|
||||
// 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) ||
|
||||
(j == gc_startlossless && version < 3))
|
||||
(j == gc_startlossless && version < 4))
|
||||
{
|
||||
for (k = 0; k < MAXINPUTMAPPING; k++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue