This commit is contained in:
Charles 2001-07-13 20:17:16 +00:00
parent be9da24743
commit d9f745fd8b
2 changed files with 35 additions and 1 deletions

View file

@ -36,8 +36,12 @@
class CGaryStopTrigger : public CTrigger
{
public:
void init();
protected:
virtual void collidedWith(CThing *_thisThing);
void collidedWith(CThing *_thisThing);
u8 m_dropped;
};
/*----------------------------------------------------------------------