diff --git a/src/dk/itu/mario/level/MyNewLevel.java b/src/dk/itu/mario/level/MyNewLevel.java index c6e7a6f..ca1abaf 100644 --- a/src/dk/itu/mario/level/MyNewLevel.java +++ b/src/dk/itu/mario/level/MyNewLevel.java @@ -74,8 +74,8 @@ public class MyNewLevel extends Level { // create the start location int length = buildStraight(0, width, true); - // length += buildPipeJump(length, width - length); - length += buildMaze(length, width - length); + length += buildPipeJump(length, width - length); + // length += buildMaze(length, width - length); // create all of the medium sections while (length < width - 64) {