This commit is contained in:
Paul 2001-02-16 20:25:02 +00:00
parent 5205d550c9
commit deeafdb0d1
2 changed files with 210 additions and 100 deletions

View file

@ -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;