From c15f763ba033a5fd1576a6ec7e8807eb9bb88808 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 2 May 2002 19:34:51 +0000 Subject: [PATCH] It's a feature! git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1324 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../com/threerings/whirled/spot/data/SpotSceneModel.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/java/com/threerings/whirled/spot/data/SpotSceneModel.java b/src/java/com/threerings/whirled/spot/data/SpotSceneModel.java index 55e6114ef..7a3fe0e69 100644 --- a/src/java/com/threerings/whirled/spot/data/SpotSceneModel.java +++ b/src/java/com/threerings/whirled/spot/data/SpotSceneModel.java @@ -1,5 +1,5 @@ // -// $Id: SpotSceneModel.java,v 1.6 2001/12/12 02:47:17 mdb Exp $ +// $Id: SpotSceneModel.java,v 1.7 2002/05/02 19:34:51 mdb Exp $ package com.threerings.whirled.spot.data; @@ -37,9 +37,9 @@ public class SpotSceneModel extends SceneModel * (including portals). */ public int[] locationOrients; - /** The cluster index of each location in this scene, which can be -1 + /** The cluster index of each location in this scene, which can be 0 * to indicate that the location is not a member of any cluster - * (including portals, which should always be -1). */ + * (including portals, which should always be 0). */ public int[] locationClusters; /** The location id of the default entrance to this scene. If a body