[gbrainy] Makes PuzzleCirclesRectangle available to all difficulty levels



commit af57919bc467317c70e216db35cbb45ca8e89b4e
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Sep 26 11:36:50 2009 +0200

    Makes PuzzleCirclesRectangle available to all difficulty levels

 src/PuzzleGames/PuzzleCirclesRectangle.cs |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/PuzzleGames/PuzzleCirclesRectangle.cs b/src/PuzzleGames/PuzzleCirclesRectangle.cs
index 22e39a9..a274afa 100644
--- a/src/PuzzleGames/PuzzleCirclesRectangle.cs
+++ b/src/PuzzleGames/PuzzleCirclesRectangle.cs
@@ -43,12 +43,6 @@ public class PuzzleCirclesRectangle : Game
 		}
 	}
 
-	public override Difficulty GameDifficulty {
-		get {
-			return Difficulty.Master;
-		}
-	}
-
 	public override void Initialize ()
 	{
 		right_answer = "68";
@@ -167,5 +161,3 @@ public class PuzzleCirclesRectangle : Game
 
 	}
 }
-
-



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]