View Single Post
Re: SWDS.dll Crashes.
Old
  (#10)
voogru
Guest
 
Status:
Posts: n/a
Default Re: SWDS.dll Crashes. - 21-08-2004

CREATE_ENTITY() doesnt allocate a cbaseentity class for the entity, the mod then tries to access a cbaseentity pointer on solid ents if you look at it, without checking the pointer first.


All of the additional entity manipulation is performed in the spawn code, setting model, bbox, etc.
  
Reply With Quote