From 95f0f72b916063417f79366e188e8116669a7268 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 9 Apr 2001 16:25:44 +0000 Subject: [PATCH] --- source/player/psrun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;} };