Set the sprite to walking when we start our path.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@689 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-29 20:33:44 +00:00
parent e5c3967f9a
commit 60d6140a5e
@@ -1,5 +1,5 @@
//
// $Id: CharacterSprite.java,v 1.18 2001/11/27 08:09:35 mdb Exp $
// $Id: CharacterSprite.java,v 1.19 2001/11/29 20:33:44 mdb Exp $
package com.threerings.cast;
@@ -106,6 +106,7 @@ public class CharacterSprite
super.pathBeginning();
// enable walking animation
setActionSequence(WALKING);
setAnimationMode(TIME_BASED);
}