This commit is contained in:
parent
639ebd08b5
commit
9b31368d0d
5 changed files with 26 additions and 7 deletions
|
@ -44,8 +44,6 @@ public:
|
|||
virtual void setAnimNo(int _animNo);
|
||||
virtual void setAnimFrame(int _animFrame);
|
||||
|
||||
void giveBubbleAmmo(int _amount) {m_bubbleCount+=_amount;}
|
||||
|
||||
private:
|
||||
enum
|
||||
{
|
||||
|
@ -59,8 +57,6 @@ private:
|
|||
int m_blowing;
|
||||
int m_bubbleDelay;
|
||||
|
||||
int m_bubbleCount;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue