diff options
author | Rene Stoeckel <[email protected]> | 2005-12-16 21:13:42 +0000 |
---|---|---|
committer | Rene Stoeckel <[email protected]> | 2005-12-16 21:13:42 +0000 |
commit | 17a0b535e41095b1262a0151e387a813e789b755 (patch) | |
tree | f14ea6406d37b233547916eba1a339a8cb08875e /src/jake2/Defines.java | |
parent | 3766495245620d38394572e7abdd1565cd8757e4 (diff) |
support for long maplists
Diffstat (limited to 'src/jake2/Defines.java')
-rw-r--r-- | src/jake2/Defines.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jake2/Defines.java b/src/jake2/Defines.java index 245b309..9a80222 100644 --- a/src/jake2/Defines.java +++ b/src/jake2/Defines.java @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // Created on 31.10.2003 by RST. -// $Id: Defines.java,v 1.6 2004-10-04 12:50:38 hzi Exp $ +// $Id: Defines.java,v 1.7 2005-12-16 21:13:42 salomo Exp $ /** Contains the definitions for the game engine. */ @@ -64,7 +64,7 @@ public class Defines { public final static int MAX_STRING_CHARS = 1024; // max length of a string passed to Cmd_TokenizeString public final static int MAX_STRING_TOKENS = 80; // max tokens resulting from Cmd_TokenizeString - public final static int MAX_TOKEN_CHARS = 128; // max length of an individual token + public final static int MAX_TOKEN_CHARS = 1024; // max length of an individual token public final static int MAX_QPATH = 64; // max length of a quake game pathname public final static int MAX_OSPATH = 128; // max length of a filesystem pathname |