This commit is contained in:
Charles 2001-04-30 15:36:26 +00:00
parent d522c8bda5
commit dfa7354bb1
2 changed files with 48 additions and 6 deletions

View file

@ -116,6 +116,7 @@ public:
void setToShutdown();
u8 isSetToShutdown() {return( m_isShuttingDown );}
bool suckUp( DVECTOR *suckPos );
protected:
class CLayerCollision *m_layerCollision;
@ -290,6 +291,7 @@ protected:
s32 m_health;
bool m_isActive;
u8 m_isCaught;
u8 m_isBlowerOn;
DVECTOR m_caughtPos;
s32 m_frame;