This commit is contained in:
Paul 2001-01-25 15:25:46 +00:00
parent 6c5c1fba9b
commit f81d0c4b5e
15 changed files with 424 additions and 211 deletions

View file

@ -37,6 +37,9 @@ class CPlayerStateRun : public CPlayerState
public:
void enter(class CPlayer *_player);
void think(class CPlayer *_player);
private:
int m_numberOfTimeAnimHasLooped;
};