From 81037188de0def2e8ed46da1cd0e849caa9672ac Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 17 Aug 2006 18:43:34 +0000 Subject: [PATCH] Let's actually set _pctx. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@44 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/parlor/game/client/GameController.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/parlor/game/client/GameController.as b/src/as/com/threerings/parlor/game/client/GameController.as index daddb4d3..c1f4cec7 100644 --- a/src/as/com/threerings/parlor/game/client/GameController.as +++ b/src/as/com/threerings/parlor/game/client/GameController.as @@ -68,7 +68,7 @@ public /*abstract*/ class GameController extends PlaceController // cast our references before we call super.init() so that when // super.init() calls createPlaceView(), we have our casted // references already in place - _ctx = (ctx as ParlorContext); + _pctx = (ctx as ParlorContext); _gconfig = (config as GameConfig); super.init(ctx, config);