This commit is contained in:
parent
5f639d762b
commit
95f0f72b91
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class CPlayerStateWalk : public CPlayerStateRun
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
virtual int getStartFrame() {return -1;}
|
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;}
|
virtual int getEndFrame() {return -1;}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue