Black takes the credit for this one. It's a fix for field fields when loaded from bsps/ent files/saves/whatever.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@546 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-02 07:13:55 +00:00
parent 4de01cfdca
commit 6b53e98c80
1 changed files with 1 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ pbool ED_ParseEpair (progfuncs_t *progfuncs, void *base, ddefXX_t *key, char *s,
printf ("Can't find field %s\n", s);
return false;
}
*(int *)d = G_INT(def->ofs);
*(int *)d = def->ofs;
break;
case ev_function: