Let's actually set _pctx.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@44 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2006-08-17 18:43:34 +00:00
parent a4d5a9fa9d
commit 81037188de
@@ -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);