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:
Spoike 2019-01-17 05:07:49 +00:00
parent b1f2b88d02
commit 0428f7851f
1 changed files with 1 additions and 1 deletions

View File

@ -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)