hmm.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@103 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bc95321687
commit
3c39d1e20f
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ pbool Decompile(progfuncs_t *progfuncs, char *fname)
|
|||
break;
|
||||
case ev_string:
|
||||
if (v->string && *(pr_strings+v->_int))
|
||||
writes(f, "string %s = \"%s\";\r\n", pr_globaldefs16[i].s_name, v->string);
|
||||
writes(f, "string %s = \"%s\";\r\n", pr_globaldefs16[i].s_name, pr_strings+v->_int);
|
||||
else
|
||||
writes(f, "string %s;\r\n", pr_globaldefs16[i].s_name);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue