Forgot to commit this, changed the order AGAIN

This commit is contained in:
Pedro de Oliveira 2014-08-19 08:54:23 +01:00
parent 851cb95eb7
commit 7a387523fa
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ for x in range(NumStars):
y = random.randint(0,192 - 1)
#z = random.randint(0,10)
#f.write("\t\tdb %i, %i, %i\n" % (y ,x ,z))
f.write("\t\tdb %i, %i\n" % (y ,x))
f.write("\t\tdb %i, %i\n" % (x ,y))
f.close()