increase max length of script list

This commit is contained in:
DarthArgus
2015-11-01 04:58:59 -06:00
parent a4665a0230
commit 2f0abc7613
@@ -66,7 +66,7 @@ enum
SCRIPT_INTERNAL_ERROR = 99 // internal scripting engine error
};
const size_t MAX_SCRIPT_NAME_LEN = 128; // including final '\0'
const size_t MAX_SCRIPT_NAME_LEN = 512; // including final '\0'
/*************************************************************************/