This commit is contained in:
parent
be9da24743
commit
d9f745fd8b
2 changed files with 35 additions and 1 deletions
|
@ -36,8 +36,12 @@
|
|||
|
||||
class CGaryStopTrigger : public CTrigger
|
||||
{
|
||||
public:
|
||||
void init();
|
||||
protected:
|
||||
virtual void collidedWith(CThing *_thisThing);
|
||||
void collidedWith(CThing *_thisThing);
|
||||
|
||||
u8 m_dropped;
|
||||
};
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue