[quake3-commits] r2099 - trunk/code/botlib

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jul 26 19:56:21 EDT 2011


Author: thilo
Date: 2011-07-26 19:56:21 -0400 (Tue, 26 Jul 2011)
New Revision: 2099

Modified:
   trunk/code/botlib/be_aas_def.h
Log:
Include q_shared.h instead of redefining these


Modified: trunk/code/botlib/be_aas_def.h
===================================================================
--- trunk/code/botlib/be_aas_def.h	2011-07-24 22:12:21 UTC (rev 2098)
+++ trunk/code/botlib/be_aas_def.h	2011-07-26 23:56:21 UTC (rev 2099)
@@ -29,14 +29,11 @@
  *
  *****************************************************************************/
 
+#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)



More information about the quake3-commits mailing list