This commit is contained in:
parent
5205d550c9
commit
deeafdb0d1
2 changed files with 210 additions and 100 deletions
|
@ -252,6 +252,9 @@ private:
|
|||
};
|
||||
int m_invincibleFrameCount;
|
||||
|
||||
void thinkVerticalMovement();
|
||||
void thinkHorizontalMovement();
|
||||
|
||||
static PlayerMode s_modes[NUM_PLAYERMODES];
|
||||
int m_currentMode;
|
||||
class CPlayerState *m_currentStateClass;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue