Various changes to support changes in the Narya library.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2276 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-02-12 07:24:08 +00:00
parent 5bca9e5397
commit a8a2d9b1ba
9 changed files with 64 additions and 65 deletions
@@ -1,5 +1,5 @@
//
// $Id: CharSpriteViz.java,v 1.3 2003/01/13 22:57:45 mdb Exp $
// $Id: CharSpriteViz.java,v 1.4 2003/02/12 07:24:07 mdb Exp $
package com.threerings.cast;
@@ -40,7 +40,7 @@ public class CharSpriteViz extends JPanel
// put the sprite in the appropriate action mode
_sprite.setRestingAction(action);
_sprite.setFollowingPathAction(action);
_sprite.setActionSequence(action, false);
_sprite.setActionSequence(action);
addMouseMotionListener(this);
}