mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Correct NUMBASETOLNAMES, which was incorrectly set too low.
This commit is contained in:
parent
d95ac73f3b
commit
ab63be694a
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ enum TypeOfLevel
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MAXTOL (1<<31)
|
#define MAXTOL (1<<31)
|
||||||
#define NUMBASETOLNAMES (4)
|
#define NUMBASETOLNAMES (5)
|
||||||
#define NUMTOLNAMES (NUMBASETOLNAMES + NUMGAMETYPEFREESLOTS)
|
#define NUMTOLNAMES (NUMBASETOLNAMES + NUMGAMETYPEFREESLOTS)
|
||||||
|
|
||||||
struct tolinfo_t
|
struct tolinfo_t
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue