mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Update PROFILEVER handling to account for Rumble support
This commit is contained in:
parent
5349b45a09
commit
046ff49134
2 changed files with 3 additions and 3 deletions
|
|
@ -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 3-->4: Add gc_startlossless.
|
// Profile update 3-->5: Add gc_startlossless.
|
||||||
if ((j == gc_rankings && version < 2) ||
|
if ((j == gc_rankings && version < 2) ||
|
||||||
(j == gc_startlossless && version < 4))
|
(j == gc_startlossless && version < 5))
|
||||||
{
|
{
|
||||||
for (k = 0; k < MAXINPUTMAPPING; k++)
|
for (k = 0; k < MAXINPUTMAPPING; k++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ extern "C" {
|
||||||
#define SKINNAMESIZE 16
|
#define SKINNAMESIZE 16
|
||||||
|
|
||||||
#define PROFILENAMELEN 6
|
#define PROFILENAMELEN 6
|
||||||
#define PROFILEVER 4
|
#define PROFILEVER 5
|
||||||
#define MAXPROFILES 16
|
#define MAXPROFILES 16
|
||||||
#define PROFILESFILE "ringprofiles.prf"
|
#define PROFILESFILE "ringprofiles.prf"
|
||||||
#define PROFILE_GUEST 0
|
#define PROFILE_GUEST 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue