[nexuiz-commits] r6538 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Apr 19 14:56:17 EDT 2009


Author: mand1nga
Date: 2009-04-19 14:56:17 -0400 (Sun, 19 Apr 2009)
New Revision: 6538

Modified:
   trunk/data/qcsrc/server/bots_scripting.qc
Log:
Lowered the size of the command queue to make room for globals (..)

Modified: trunk/data/qcsrc/server/bots_scripting.qc
===================================================================
--- trunk/data/qcsrc/server/bots_scripting.qc	2009-04-19 18:31:37 UTC (rev 6537)
+++ trunk/data/qcsrc/server/bots_scripting.qc	2009-04-19 18:56:17 UTC (rev 6538)
@@ -34,7 +34,7 @@
 
 // Bots command queue
 
-#define BOT_CMD_QUEUE_SIZE 150
+#define BOT_CMD_QUEUE_SIZE 80
 
 .float bot_cmd[BOT_CMD_QUEUE_SIZE];
 .float bot_cmd_parm_float[BOT_CMD_QUEUE_SIZE];



More information about the nexuiz-commits mailing list