This commit is contained in:
Charles 2001-07-11 18:15:41 +00:00
parent c871631cc0
commit 40f3d3d6cc
10 changed files with 42 additions and 73 deletions

View file

@ -25,11 +25,11 @@ public:
void init();
void render();
void trigger();
CRECT const *getThinkBBox() {return( CThing::getThinkBBox() );}
protected:
void collidedWith(CThing *_thisThing) {}
u8 m_reversed;
DVECTOR m_conveyorPos;
};
#endif