From 8fd0dc1cbbe76e592f1508308099c0ccd75c046d Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 28 Apr 2009 17:48:36 +0000 Subject: [PATCH] Import OccupantInfo. Now that other things are fixed, the compiler can notice that it has no idea what I'm talking about. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@824 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/parlor/game/client/GameController.as | 1 + 1 file changed, 1 insertion(+) diff --git a/src/as/com/threerings/parlor/game/client/GameController.as b/src/as/com/threerings/parlor/game/client/GameController.as index b51d07ec..7e7a0e53 100644 --- a/src/as/com/threerings/parlor/game/client/GameController.as +++ b/src/as/com/threerings/parlor/game/client/GameController.as @@ -29,6 +29,7 @@ import com.threerings.presents.dobj.AttributeChangedEvent; import com.threerings.crowd.client.PlaceController; import com.threerings.crowd.data.BodyObject; +import com.threerings.crowd.data.OccupantInfo; import com.threerings.crowd.data.PlaceConfig; import com.threerings.crowd.data.PlaceObject; import com.threerings.crowd.util.CrowdContext;