This commit is contained in:
parent
dac52e3fc7
commit
25e5813c79
3 changed files with 46 additions and 15 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue