Minor fixes.

This commit is contained in:
Niels Serup
2012-08-14 00:59:06 +02:00
parent b6700125c4
commit 40a7841b34
3 changed files with 10 additions and 1 deletions

View File

@@ -109,6 +109,8 @@ class Level3(level.Level):
for b in action_blocks:
b.action = update_wells
self.player.set_pos(64 * 4, 48 * 3)
self.player.set_init_pos()
def restart(self):
for obj in self.objects: