correctly report the location of the hit entity

This commit is contained in:
Bill Currie 2002-09-19 22:48:30 +00:00
parent 8aa08dec28
commit fa63d28acf

View file

@ -123,8 +123,10 @@ RecursiveFillOutside (node_t *l, qboolean fill)
if (l->valid == valid)
return false;
if (l->occupied)
if (l->occupied) {
hit_occupied = l->occupied;
return true;
}
l->valid = valid;