From 5904d29aefb55840f6ef5d5ca94d8124911492c7 Mon Sep 17 00:00:00 2001 From: Sakse Dalum Date: Fri, 10 Aug 2012 23:11:06 +0200 Subject: [PATCH] Committed the fix. --- robotgame/level1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robotgame/level1.py b/robotgame/level1.py index a9929b2..f4acf19 100644 --- a/robotgame/level1.py +++ b/robotgame/level1.py @@ -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,