bumped MAX_NAME limit. seems to not be part of any structures/dynamic allocations, so there's no super-massive memory hole added by this.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3917 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b91b32cd38
commit
77ac72e78c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ extern float (*PRLittleFloat) (float l);
|
|||
|
||||
#define MAX_ERRORS 10
|
||||
|
||||
#define MAX_NAME 64 // chars long
|
||||
#define MAX_NAME 256 // chars long
|
||||
|
||||
extern unsigned int MAX_REGS;
|
||||
|
||||
|
|
Loading…
Reference in a new issue