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