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