I did stuff!

Signed-off-by: Marshall <marshall@ThinkOrElse.com>
This commit is contained in:
Marshall
2012-03-13 11:45:55 -04:00
parent de5718ba36
commit 7ec3ac5a9d

View File

@@ -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) {