This commit is contained in:
Charles 2001-04-30 15:42:07 +00:00
parent dfa7354bb1
commit beaf9a1f5d
2 changed files with 6 additions and 4 deletions

View file

@ -116,7 +116,7 @@ public:
void setToShutdown();
u8 isSetToShutdown() {return( m_isShuttingDown );}
bool suckUp( DVECTOR *suckPos );
bool suckUp( DVECTOR *suckPos, int _frames );
protected:
class CLayerCollision *m_layerCollision;