View Single Post
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer
Old
  (#19)
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: Bug-NUM_FOR_EDICT Error: Bad Pointer - 09-05-2004

well I have now added...
Code:
int pfnIndexOfEdict (const edict_t *pEdict)
{
   if (FNullEnt (pEdict))
      RETURN_META_VALUE (MRES_SUPERCEDE, NULL);

   RETURN_META_VALUE (MRES_IGNORED, NULL);
}
Hopefully this will solve everything
[edit]
btw, PMB whats going on?
still checking it out?
[/edit]

Last edited by sPlOrYgOn; 09-05-2004 at 23:24..