- Fixed an off-by-one error in the bowling challenge.

This commit is contained in:
Marshall
2012-03-17 20:49:55 -04:00
parent ce8cb49029
commit 63b89b053f

View File

@@ -253,7 +253,7 @@ public class PCGLevel extends Level {
}
}
return 25;
return 26;
}
return 0;