This commit is contained in:
parent
04e3ffa7bb
commit
a75e84604c
18 changed files with 183 additions and 118 deletions
|
@ -151,7 +151,11 @@ private:
|
|||
int m_fallFrames;
|
||||
DVECTOR m_moveVelocity;
|
||||
|
||||
static class CPlayerState *s_stateTable[];
|
||||
|
||||
protected:
|
||||
virtual class CPlayerState **getStateTable();
|
||||
|
||||
private:
|
||||
class CPlayerState *m_currentStateClass;
|
||||
PLAYER_STATE m_currentState;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue