This commit is contained in:
Charles 2001-07-19 14:57:41 +00:00
parent d0a56dd8f7
commit 06af0d4ec4
4 changed files with 6 additions and 0 deletions

View file

@ -36,6 +36,8 @@
class CGaryGoLeftTrigger : public CTrigger
{
public:
bool alwaysThink() {return(true);}
protected:
virtual void collidedWith(CThing *_thisThing);
};