diff --git a/source/player/psrun.h b/source/player/psrun.h index 0a8b5efd6..945d672ba 100644 --- a/source/player/psrun.h +++ b/source/player/psrun.h @@ -56,7 +56,7 @@ class CPlayerStateWalk : public CPlayerStateRun { protected: virtual int getStartFrame() {return -1;} - virtual int getLoopFrame() {return ANIM_SPONGEBOB_RUN;} //{return ANIM_SPONGEBOB_WALK;} + virtual int getLoopFrame() {return ANIM_SPONGEBOB_WALK;} virtual int getEndFrame() {return -1;} };