From f687571d0fea062c2300c9479c88bef1c6454fa2 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Mon, 15 Apr 2002 21:30:56 +0000 Subject: [PATCH] How did this get away with having the old path for the .dat file? git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1249 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/miso/tile/FringeConfiguration.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/miso/tile/FringeConfiguration.java b/src/java/com/threerings/miso/tile/FringeConfiguration.java index 1c27f9888..f2f0459e7 100644 --- a/src/java/com/threerings/miso/tile/FringeConfiguration.java +++ b/src/java/com/threerings/miso/tile/FringeConfiguration.java @@ -1,5 +1,5 @@ // -// $Id: FringeConfiguration.java,v 1.9 2002/04/08 19:41:52 ray Exp $ +// $Id: FringeConfiguration.java,v 1.10 2002/04/15 21:30:56 ray Exp $ package com.threerings.miso.tile; @@ -9,6 +9,8 @@ import java.util.Random; import com.samskivert.util.HashIntMap; +import com.threerings.miso.Log; + /** * Used to manage data about which base tilesets fringe on which others * and how they fringe. @@ -19,7 +21,7 @@ public class FringeConfiguration implements Serializable * The path (relative to the resource directory) at which the fringe * configuration should be loaded and stored. */ - public static final String CONFIG_PATH = "config/miso/scene/fringeconf.dat"; + public static final String CONFIG_PATH = "config/miso/tile/fringeconf.dat"; public static class FringeRecord implements Serializable {