mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Fix stupid typo.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5385 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b1f2b88d02
commit
0428f7851f
1 changed files with 1 additions and 1 deletions
|
@ -979,7 +979,7 @@ void PR_LoadGlabalStruct(qboolean muted)
|
|||
#ifdef NOLEGACY
|
||||
if (!(pr_globals)->trace_surfaceflagsi)
|
||||
(pr_globals)->trace_surfaceflagsi = (int*)PR_FindGlobal(svprogfuncs, "trace_surfaceflags", 0, NULL);
|
||||
if (!(pr_globals)->trace_surfaceflagsi)
|
||||
if (!(pr_globals)->trace_endcontentsi)
|
||||
(pr_globals)->trace_endcontentsi = (int*)PR_FindGlobal(svprogfuncs, "trace_endcontents", 0, NULL);
|
||||
#else
|
||||
if (!(pr_globals)->trace_surfaceflagsf && !(pr_globals)->trace_surfaceflagsi)
|
||||
|
|
Loading…
Reference in a new issue