mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 04:11:53 +00:00
Fixed fullspawndata.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3049 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
81a86449ef
commit
98ce1d689d
1 changed files with 1 additions and 1 deletions
|
@ -2032,7 +2032,7 @@ int LoadEnts(progfuncs_t *progfuncs, char *file, float killonspawnflags)
|
|||
for (nl = spawndata; *nl; nl++)
|
||||
if (*nl == '\n')
|
||||
*nl = '\t';
|
||||
fulldata->string = spawndata - progfuncs->stringtable;
|
||||
fulldata->string = PR_StringToProgs(progfuncs, spawndata);
|
||||
}
|
||||
|
||||
selfvar = (eval_t *)((int *)pr_globals + ED_FindGlobalOfs(progfuncs, "self"));
|
||||
|
|
Loading…
Reference in a new issue