1
Fork 0

stupid stupid stupid error

This commit is contained in:
Jake Howard 2015-05-12 13:07:57 +01:00
parent c627f7f13b
commit cb4293370a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Levels = [
def generate_random_level():
logging.info("Generating a random level!")
rows = randint(0, 12)
rows = randint(1, 12)
padding = randint(0, 30)
firebacks = randint(0, 15)
powerups = randint(0, 15)