From 14284325e27455ea895ab7483571114a5ba4f823 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 28 Feb 2007 23:45:46 +0000 Subject: [PATCH] Always with the forgetting to check things in! Repackaging. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@219 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/ezgame/client/EZGamePanel.as | 4 +--- src/as/com/threerings/ezgame/client/GameContainer.as | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/as/com/threerings/ezgame/client/EZGamePanel.as b/src/as/com/threerings/ezgame/client/EZGamePanel.as index f9dda844..461b76e7 100644 --- a/src/as/com/threerings/ezgame/client/EZGamePanel.as +++ b/src/as/com/threerings/ezgame/client/EZGamePanel.as @@ -34,9 +34,7 @@ import mx.containers.Canvas; import mx.core.Container; import mx.core.IChildList; -import mx.utils.DisplayUtil; - -import com.threerings.util.MediaContainer; +import com.threerings.flash.MediaContainer; import com.threerings.crowd.client.PlaceView; import com.threerings.crowd.data.PlaceObject; diff --git a/src/as/com/threerings/ezgame/client/GameContainer.as b/src/as/com/threerings/ezgame/client/GameContainer.as index cd283503..70d6e8fb 100644 --- a/src/as/com/threerings/ezgame/client/GameContainer.as +++ b/src/as/com/threerings/ezgame/client/GameContainer.as @@ -35,7 +35,7 @@ import mx.managers.IFocusManagerComponent; import mx.skins.ProgrammaticSkin; -import com.threerings.util.MediaContainer; +import com.threerings.flash.MediaContainer; // TODO: there are focus issues in here that need dealing with. //