Make the default tileset zero not El Magico Rando Numero Ocho.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3441 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-03-30 02:37:45 +00:00
parent afa995ebb9
commit 80609dbe81
@@ -240,7 +240,7 @@ public class SparseMisoSceneModel extends MisoSceneModel
public short swidth, sheight;
/** The tileset to use when we have no tile data. */
public int defTileSet = 8;
public int defTileSet = 0;
/**
* Creates a scene model with the specified bounds.