This commit is contained in:
Charles 2001-08-03 14:42:00 +00:00
parent dac52e3fc7
commit 25e5813c79
3 changed files with 46 additions and 15 deletions

View file

@ -28,7 +28,7 @@ public:
bool alwaysThink() {return(true);}
DVECTOR const &getTriggerPos() {return( m_triggerPos );}
void start();
void stop();
void stop( int xPos );
void startLeft();
void startRight();
void render();
@ -49,6 +49,8 @@ protected:
u8 m_garyMeow;
static u8 m_garySpeech;
static u8 m_hasReachedDoor;
u8 m_isStopping;
int m_xStopPos;
};
#endif