This commit is contained in:
Paul 2001-03-23 20:09:14 +00:00
parent 13b2fbf0a8
commit c59ef39aa0
17 changed files with 366 additions and 910 deletions

View file

@ -35,8 +35,8 @@
class CPlayerStateRun : public CPlayerState
{
public:
void enter(class CPlayer *_player);
void think(class CPlayer *_player);
void enter(class CPlayerModeBasic *_playerMode);
void think(class CPlayerModeBasic *_playerMode);
private:
int m_numberOfTimeAnimHasLooped;