aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam NAILI2018-02-03 23:43:28 +0100
committerAdam NAILI2018-02-03 23:43:28 +0100
commitf923d5c92b40cc1fad21d931ce922e31758cce18 (patch)
tree173e169d8e764a7c39db16706e9c4626ec26924d
parenta4fe890124b735a5db1c529a576047003da25702 (diff)
downloadwallj-f923d5c92b40cc1fad21d931ce922e31758cce18.tar.gz
Refactoring
-rw-r--r--src/main/java/fr/umlv/java/wallj/context/Game.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/fr/umlv/java/wallj/context/Game.java b/src/main/java/fr/umlv/java/wallj/context/Game.java
index 46de147..25629a3 100644
--- a/src/main/java/fr/umlv/java/wallj/context/Game.java
+++ b/src/main/java/fr/umlv/java/wallj/context/Game.java
@@ -73,8 +73,6 @@ public final class Game implements Updateable {
73 currentStage = new Stage(currentStage.getBoard()); 73 currentStage = new Stage(currentStage.getBoard());
74 } 74 }
75 75
76
77
78 private void goToNext(){ 76 private void goToNext(){
79 if (hasNextBoard()) { //continue 77 if (hasNextBoard()) { //continue
80 nextStage(); 78 nextStage();