Use the default type if none is specified.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3635 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-06-29 02:05:56 +00:00
parent dd3bc4f8e7
commit 8e5d5c665f
@@ -87,6 +87,9 @@ public class TileFringer
{
// get the type of the tile we are considering
String baseType = tiles.getTileType(col, row);
if (baseType == null) {
baseType = tiles.getDefaultType();
}
// start with an empty fringer list
FringerRec fringers = null;