mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -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