mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-30 00:15:46 -04:00
increase max length of script list
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user