From 7ec3ac5a9d90635acecc2b6d60a4ea4042aea31d Mon Sep 17 00:00:00 2001 From: Marshall Date: Tue, 13 Mar 2012 11:45:55 -0400 Subject: [PATCH] I did stuff! Signed-off-by: Marshall --- src/dk/itu/mario/level/MyNewLevel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {