aboutsummaryrefslogtreecommitdiff
path: root/src/esieequest/model/Game.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/esieequest/model/Game.java')
-rw-r--r--src/esieequest/model/Game.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/esieequest/model/Game.java b/src/esieequest/model/Game.java
index 2a6a31b..65380c1 100644
--- a/src/esieequest/model/Game.java
+++ b/src/esieequest/model/Game.java
@@ -48,8 +48,8 @@ public class Game implements SerialisableObject {
48 /** 48 /**
49 * Creates a Game with a step limit for the Player. 49 * Creates a Game with a step limit for the Player.
50 * 50 *
51 * @param maxNbSteps 51 * @param challenge
52 * the step limit for the Player 52 * the value of challenge mode
53 */ 53 */
54 public Game(final boolean challenge) { 54 public Game(final boolean challenge) {
55 this.challenge = challenge; 55 this.challenge = challenge;