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

@ -42,6 +42,7 @@ class CGaryStartTrigger : public CTrigger
{
public:
virtual void setGary( CNpcGaryFriend *gary ) {m_gary = gary;}
bool alwaysThink() {return(true);}
protected:
virtual void collidedWith(CThing *_thisThing);