Double MAXEMBLEMS one more time, per Eidolon's recommendation

4096 is probably forward-thinking enough
This commit is contained in:
toaster 2024-01-05 12:48:08 +00:00
parent 01738e2264
commit 2c8e342d4b

View file

@ -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