This commit is contained in:
Charles 2001-08-08 15:43:07 +00:00
parent 4caddd162d
commit 45435136f8
10 changed files with 153 additions and 18 deletions

View file

@ -30,6 +30,7 @@ public:
void linkToWeight( CNpcRisingWeightHazard *weight ) {m_weight = weight;}
void render();
bool alwaysThink() {return(true);}
void weightDrop();
protected:
void setWaypoints( sThingHazard *ThisHazard );
void collidedWith(CThing *_thisThing);