mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-01 22:30:53 +00:00
Minor cleanup after ioq3 patches
This commit is contained in:
parent
bfc5094b2e
commit
91ec8622f6
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue