This commit is contained in:
Paul 2001-02-28 19:37:01 +00:00
parent c26bed0f30
commit b94df4dc3f
12 changed files with 165 additions and 77 deletions

View file

@ -38,6 +38,8 @@ public:
void enter(class CPlayer *_player);
void think(class CPlayer *_player);
private:
int m_canDropBalloon;
};