This commit is contained in:
parent
15d3aff1ab
commit
c48fce126a
12 changed files with 119 additions and 36 deletions
|
@ -75,6 +75,7 @@ typedef enum
|
|||
STATE_BUTTBOUNCE,
|
||||
STATE_BUTTFALL,
|
||||
STATE_BUTTLAND,
|
||||
STATE_BUTTBOUNCEUP,
|
||||
STATE_DUCK,
|
||||
STATE_SOAKUP,
|
||||
STATE_GETUP,
|
||||
|
@ -356,6 +357,8 @@ public:
|
|||
|
||||
int isHoldingNet() {return m_currentMode==PLAYER_MODE_NET;}
|
||||
|
||||
void justButtBouncedABadGuy(); // Also fugly.. :/
|
||||
|
||||
private:
|
||||
int m_glassesFlag;
|
||||
int m_squeakyBootsTimer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue