Some cleaning up of the difficulty handling so that we can use it as the

basis for our star system.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3038 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-06-22 14:08:58 +00:00
parent 031331a5c3
commit 2f0b9939d7
10 changed files with 32 additions and 119 deletions
@@ -1,5 +1,5 @@
//
// $Id: PuzzleControllerDelegate.java,v 1.2 2004/02/25 14:48:44 mdb Exp $
// $Id: PuzzleControllerDelegate.java,v 1.3 2004/06/22 14:08:58 mdb Exp $
package com.threerings.puzzle.client;
@@ -146,13 +146,6 @@ public class PuzzleControllerDelegate extends GameControllerDelegate
{
}
/**
* Called when the puzzle difficulty level is changed.
*/
public void difficultyChanged (int level)
{
}
/** Our puzzle controller. */
protected PuzzleController _ctrl;