Track our manager in the base delegate.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2881 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-11-26 03:17:16 +00:00
parent 2f0db5ea0f
commit c5a422f7a2
2 changed files with 5 additions and 8 deletions
@@ -1,5 +1,5 @@
//
// $Id: DropManagerDelegate.java,v 1.1 2003/11/26 01:42:34 mdb Exp $
// $Id: DropManagerDelegate.java,v 1.2 2003/11/26 03:17:16 mdb Exp $
package com.threerings.puzzle.drop.server;
@@ -65,9 +65,6 @@ public abstract class DropManagerDelegate extends PuzzleManagerDelegate
{
super(puzmgr);
// save off the puzzle manager
_puzmgr = puzmgr;
// configure the game-specific settings
_usedrop = logic.useBlockDropping();
_userise = logic.useBoardRising();
@@ -146,9 +143,6 @@ public abstract class DropManagerDelegate extends PuzzleManagerDelegate
_puzmgr.updateBoardSummary(pidx);
}
/** The puzzle manager. */
protected PuzzleManager _puzmgr;
/** The drop game board for each player. */
protected DropBoard[] _dboards;