This commit is contained in:
Paul 2001-04-08 18:57:16 +00:00
parent dc3dc29e5a
commit bef68f6b0e
7 changed files with 191 additions and 79 deletions

View file

@ -56,7 +56,7 @@ class CPlayerStateWalk : public CPlayerStateRun
{
protected:
virtual int getStartFrame() {return -1;}
virtual int getLoopFrame() {return ANIM_SPONGEBOB_WALK;}
virtual int getLoopFrame() {return ANIM_SPONGEBOB_RUN;} //{return ANIM_SPONGEBOB_WALK;}
virtual int getEndFrame() {return -1;}
};