]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
CMDBUFSIZE increased to 128k. Hopefully it's enough this time.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 9 Dec 2007 22:44:24 +0000 (22:44 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 9 Dec 2007 22:44:24 +0000 (22:44 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7782 d7cf8633-e32d-0410-b094-e92efae38249

cmd.c

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