View Single Post
Re: bot spray disapears in #2.1
Old
  (#10)
sPlOrYgOn
<-- He did it.
 
sPlOrYgOn's Avatar
 
Status: Offline
Posts: 1,558
Join Date: Jan 2004
Location: Los Angeles, California, USA, North America, Earth, Solar System, Milky Way.
Default Re: bot spray disapears in #2.1 - 02-06-2004

umm
it was during that stupid NUM_FOR_EDICT bug hunt
I put a FNullEnt checking everything single entity...
including the entity that the spray points at...
and if it's null it'll return and not spray..
which it usually is...
in util.cpp
find UTIL_DecalTrace
and find a if (FNullEnt (pHit)) return;
and delete it...
then they should spray once again!
  
Reply With Quote