From b52db869050d6d703c40e2f7d58f1949dfe11180 Mon Sep 17 00:00:00 2001 From: Jamie Doornbos Date: Mon, 4 Aug 2008 22:17:31 +0000 Subject: [PATCH] Added a reference so that vilya.swc consumers (e.g. thane client) will not need to explicitly do so git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@707 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/whirled/spot/data/SpotSceneObject.as | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/as/com/threerings/whirled/spot/data/SpotSceneObject.as b/src/as/com/threerings/whirled/spot/data/SpotSceneObject.as index b8c81435..bce7421f 100644 --- a/src/as/com/threerings/whirled/spot/data/SpotSceneObject.as +++ b/src/as/com/threerings/whirled/spot/data/SpotSceneObject.as @@ -27,6 +27,7 @@ import com.threerings.io.ObjectOutputStream; import com.threerings.presents.dobj.DSet; import com.threerings.presents.dobj.DSet_Entry; import com.threerings.whirled.data.SceneObject; +import com.threerings.whirled.spot.data.SceneLocation; /** * Extends the {@link SceneObject} with information specific to spots. @@ -44,6 +45,7 @@ public class SpotSceneObject extends SceneObject /** A distributed set containing {@link SceneLocation} records for all * occupants of this scene. */ public var occupantLocs :DSet = new DSet(); + SceneLocation; // plain reference to force linkage /** Contains information on all {@link Cluster}s in this scene. */ public var clusters :DSet = new DSet();