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:
parent
7a75de8dee
commit
1a54e541be
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue