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:
@@ -68,7 +68,7 @@ public /*abstract*/ class GameController extends PlaceController
|
|||||||
// cast our references before we call super.init() so that when
|
// cast our references before we call super.init() so that when
|
||||||
// super.init() calls createPlaceView(), we have our casted
|
// super.init() calls createPlaceView(), we have our casted
|
||||||
// references already in place
|
// references already in place
|
||||||
_ctx = (ctx as ParlorContext);
|
_pctx = (ctx as ParlorContext);
|
||||||
_gconfig = (config as GameConfig);
|
_gconfig = (config as GameConfig);
|
||||||
|
|
||||||
super.init(ctx, config);
|
super.init(ctx, config);
|
||||||
|
|||||||
Reference in New Issue
Block a user