mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-25 01:12:39 +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 NUMBASETOLNAMES (4)
|
||||
#define NUMBASETOLNAMES (5)
|
||||
#define NUMTOLNAMES (NUMBASETOLNAMES + NUMGAMETYPEFREESLOTS)
|
||||
|
||||
struct tolinfo_t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue