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-861f7616d084master
parent
78612ffe4f
commit
89fc6d5edd
|
@ -28,7 +28,7 @@
|
||||||
//String support
|
//String support
|
||||||
//-----------------------------
|
//-----------------------------
|
||||||
#define MAXSTRLEN 255 //Max len of a single string
|
#define MAXSTRLEN 255 //Max len of a single string
|
||||||
#define MAXSTACKLEN 6000
|
#define MAXSTACKLEN 8000
|
||||||
|
|
||||||
/* Initialise the stack */
|
/* Initialise the stack */
|
||||||
extern BOOL stackInitialise(void);
|
extern BOOL stackInitialise(void);
|
||||||
|
|
Loading…
Reference in New Issue