From 2c8e342d4bcdcc57bc15f0aa1914745a1a87c909 Mon Sep 17 00:00:00 2001 From: toaster Date: Fri, 5 Jan 2024 12:48:08 +0000 Subject: [PATCH] Double MAXEMBLEMS one more time, per Eidolon's recommendation 4096 is probably forward-thinking enough --- src/m_cond.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_cond.h b/src/m_cond.h index 989be15d0..48b401171 100644 --- a/src/m_cond.h +++ b/src/m_cond.h @@ -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