Let's have those decoys back and remove the debug logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2130 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-01-13 23:56:28 +00:00
parent ed847b964d
commit a90b9a5bd1
@@ -1,5 +1,5 @@
//
// $Id: ViewerSceneViewPanel.java,v 1.53 2003/01/13 22:57:46 mdb Exp $
// $Id: ViewerSceneViewPanel.java,v 1.54 2003/01/13 23:56:28 mdb Exp $
package com.threerings.miso.viewer;
@@ -173,7 +173,6 @@ public class ViewerSceneViewPanel extends SceneViewPanel
// start the sprite moving along the path
path.setVelocity(100f/1000f);
s.move(path);
System.out.println("moving " + s + " on " + path);
return true;
}
@@ -205,7 +204,7 @@ public class ViewerSceneViewPanel extends SceneViewPanel
}
/** The number of decoy characters milling about. */
protected static final int NUM_DECOYS = 0;
protected static final int NUM_DECOYS = 100;
/** The character descriptor for the user character. */
protected CharacterDescriptor _descUser;