This commit is contained in:
Daveo 2001-05-16 20:46:54 +00:00
parent 33985a09f1
commit d2b2ea04b9
10 changed files with 11 additions and 49 deletions

View file

@ -115,9 +115,6 @@ public:
virtual int canCollide();
void setToShutdown();
u8 isSetToShutdown() {return( m_isShuttingDown );}
bool canBeSuckedUp();
bool suckUp( DVECTOR *suckPos, int _frames );
@ -307,8 +304,6 @@ protected:
POLY_FT4 *SprFrame;
virtual void collidedWith(CThing *_thisThing);
u8 m_isShuttingDown;
s16 m_drawRotation;
};