Explorar o código

Fixed bug with resetting game

Kenneth van Ewijk %!s(int64=10) %!d(string=hai) anos
pai
achega
e88c196d55
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/model/state/PlayState.java

+ 1 - 0
src/model/state/PlayState.java

@@ -106,6 +106,7 @@ public class PlayState extends State{
 	/* INIT AND EXIT */
 	@Override
 	public void init() {
+		playLevel(levels.get(0));
 	}
 	
 	@Override