Allow a script to have more than strings at a time.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4614 4a71c877-e1ca-e34f-864e-861f7616d084
master
Roman C 2008-04-14 20:12:27 +00:00
parent 78612ffe4f
commit 89fc6d5edd
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
//String support
//-----------------------------
#define MAXSTRLEN 255 //Max len of a single string
#define MAXSTACKLEN 6000
#define MAXSTACKLEN 8000
/* Initialise the stack */
extern BOOL stackInitialise(void);