Minor cleanup after ioq3 patches

This commit is contained in:
Richard Allen 2012-12-12 20:46:23 +00:00
parent bfc5094b2e
commit 91ec8622f6

View file

@ -1936,7 +1936,7 @@ qboolean ValidBloodPool(vec3_t start)
CG_Trace(&trace, this_pos, NULL, NULL, end_pos, -1, CONTENTS_SOLID);
if (trace.entityNum < (MAX_ENTITIES - 1)) // may only land on world
if (trace.entityNum < (MAX_GENTITIES - 1)) // may only land on world
return qfalse;
if (!(!trace.startsolid && trace.fraction < 1))