]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
larger cbuf
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 8 Jun 2009 13:52:04 +0000 (13:52 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 8 Jun 2009 13:52:04 +0000 (13:52 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9010 d7cf8633-e32d-0410-b094-e92efae38249

cmd.c

diff --git a/cmd.c b/cmd.c
index 993faa3ae6e42262c77c9540f9bd633a78f60513..b0d6a9e14f9b038238aa5e27b387afc9dd60d6fd 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -25,7 +25,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 // this is the largest script file that can be executed in one step
 // LordHavoc: inreased this from 8192 to 32768
 // div0: increased this from 32k to 128k
-#define CMDBUFSIZE 131072
+// div0: increased this from 128k to 640k which ought to be enough for anyone
+#define CMDBUFSIZE 655360
 // maximum number of parameters to a command
 #define        MAX_ARGS 80
 // maximum tokenizable commandline length (counting NUL terminations)