This commit is contained in:
parent
ca1110c6e5
commit
40d8a477a4
3 changed files with 45 additions and 0 deletions
|
@ -33,6 +33,8 @@ public:
|
|||
void startRight();
|
||||
void render();
|
||||
void setObstructed() {m_obstructed = true;}
|
||||
static void setReachedDoor() {m_hasReachedDoor = true;}
|
||||
static bool hasReachedDoor() {return( m_hasReachedDoor );}
|
||||
|
||||
protected:
|
||||
DVECTOR m_triggerPos;
|
||||
|
@ -46,6 +48,7 @@ protected:
|
|||
u8 m_garySB;
|
||||
u8 m_garyMeow;
|
||||
static u8 m_garySpeech;
|
||||
static u8 m_hasReachedDoor;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue