Tiles are now immutable, so the DisplayMisoScene becomes the arbiter of

whether or not a traverser can traverse a tile.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2119 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-01-13 22:53:56 +00:00
parent 5c055d21a6
commit b9be0aef92
9 changed files with 45 additions and 80 deletions
@@ -1,5 +1,5 @@
//
// $Id: IsoSceneView.java,v 1.127 2002/12/05 23:06:30 mdb Exp $
// $Id: IsoSceneView.java,v 1.128 2003/01/13 22:53:56 mdb Exp $
package com.threerings.miso.scene;
@@ -455,7 +455,7 @@ public class IsoSceneView implements SceneView
}
// documentation inherited
public Path getPath (MisoCharacterSprite sprite, int x, int y)
public Path getPath (Sprite sprite, int x, int y)
{
// make sure we have a scene
if (_scene == null) {