1
0
Fork 0
forked from fte/fteqw

Fixed a potentially nasty bug that was causing nasty things to happen to QW mods.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3555 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2010-07-18 07:47:24 +00:00
parent 7a75de8dee
commit 1a54e541be

View file

@ -4801,7 +4801,7 @@ string(entity e, string key) infokey
char *PF_infokey_Internal (int entnum, char *key)
{
char *value;
char ov[256];
static char ov[256];
char adr[MAX_ADR_SIZE];
if (entnum == 0)