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:
Spoike 2011-10-29 23:16:51 +00:00
parent b91b32cd38
commit 77ac72e78c
1 changed files with 1 additions and 1 deletions

View File

@ -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;