mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Double MAXEMBLEMS one more time, per Eidolon's recommendation
4096 is probably forward-thinking enough
This commit is contained in:
parent
01738e2264
commit
2c8e342d4b
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ typedef enum
|
|||
// If you have more secrets than these variables allow in your game,
|
||||
// you seriously need to get a life.
|
||||
#define MAXCONDITIONSETS 1024
|
||||
#define MAXEMBLEMS (MAXCONDITIONSETS*2)
|
||||
#define MAXEMBLEMS (MAXCONDITIONSETS*4)
|
||||
#define MAXUNLOCKABLES MAXCONDITIONSETS
|
||||
|
||||
#define CHALLENGEGRIDHEIGHT 5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue