Minor bug fix.

This commit is contained in:
Niels Serup 2012-08-10 13:51:22 +02:00
parent 6416df3e5f
commit 924d56c00e
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class Level3(level.Level):
def update_wells(block):
cur_boxes = []
for block in action_blocks:
box = pos_colour.get((block.x / 64 - task_start[0],
box = pos_colour.get((block.x / 64 - task_start[0] - 1,
block.y / 48 - task_start[1] - 1))
if box:
cur_boxes.append(box)