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. //