From b6a4aa3ecc2403d101d591723ed9271a689b3d40 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Tue, 26 Jul 2011 23:56:21 +0000 Subject: [PATCH] Include q_shared.h instead of redefining these --- code/botlib/be_aas_def.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/code/botlib/be_aas_def.h b/code/botlib/be_aas_def.h index eb995d6c..4f5655bf 100644 --- a/code/botlib/be_aas_def.h +++ b/code/botlib/be_aas_def.h @@ -29,14 +29,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * *****************************************************************************/ +#include "../qcommon/q_shared.h" + //debugging on #define AAS_DEBUG -#define MAX_CLIENTS 64 -#define MAX_MODELS 256 // these are sent over the net as 8 bits -#define MAX_SOUNDS 256 // so they cannot be blindly increased -#define MAX_CONFIGSTRINGS 1024 - #define CS_SCORES 32 #define CS_MODELS (CS_SCORES+MAX_CLIENTS) #define CS_SOUNDS (CS_MODELS+MAX_MODELS)