This commit is contained in:
Paul 2001-04-03 22:53:27 +00:00
parent 37852c12a2
commit 25d71054fb
3 changed files with 4 additions and 6 deletions

View file

@ -43,9 +43,9 @@ public:
void think(class CPlayerModeBase *_playerMode);
protected:
virtual int getStartFrame() {return ANIM_SPONGEBOB_FIRE;}
virtual int getStartFrame() {return ANIM_SPONGEBOB_RUNSTART;}
virtual int getLoopFrame() {return ANIM_SPONGEBOB_RUN;}
virtual int getEndFrame() {return ANIM_SPONGEBOB_FIRE;}
virtual int getEndFrame() {return ANIM_SPONGEBOB_RUNSTOP;}
private:
int m_numberOfTimesAnimHasLooped;