Explorar el Código

Fixed bug with resetting game

Kenneth van Ewijk hace 10 años
padre
commit
e88c196d55
Se han modificado 1 ficheros con 1 adiciones y 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