From bdab54021779a995ad355af4aa0c24ce1511919d Mon Sep 17 00:00:00 2001 From: qndel Date: Thu, 22 Oct 2020 19:44:28 +0200 Subject: [PATCH] delta_init bin exact --- defs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defs.h b/defs.h index 1d13b2f75..c81519c23 100644 --- a/defs.h +++ b/defs.h @@ -57,13 +57,14 @@ #define MAXLIGHTS 32 #define MAXMISSILES 125 #define MAXMONSTERS 200 -#define MAXMULTIQUESTS 4 #define MAXOBJECTS 127 #define MAXPORTAL 4 #ifdef HELLFIRE #define MAXQUESTS 24 +#define MAXMULTIQUESTS 10 #else #define MAXQUESTS 16 +#define MAXMULTIQUESTS 4 #endif #define MAXTHEMES 50 #define MAXTILES 2048