Committed the fix.

This commit is contained in:
Sakse Dalum 2012-08-10 23:11:06 +02:00
parent ab1cb93527
commit 5904d29aef
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class Level1(level.Level):
task2_pos[1] + 48 * j,
self.imgs['block1'],
movable=True)
if (random.randint(0, 2) or (i, j) == 4) else
if (random.randint(0, 2) or (i, j) == (4, 0)) else
block.Block(self,
task2_pos[0] + 64 * i,
task2_pos[1] + 48 * j,