diff gamelib/engine.py @ 434:f2a55e5e24db

Disable non-selectable toolbar widgets at night
author Neil Muller <drnlmuller@gmail.com>
date Sat, 21 Nov 2009 17:33:49 +0000
parents ab4fc3fe0f96
children 66bc99477155
line wrap: on
line diff
--- a/gamelib/engine.py	Sat Nov 21 16:59:49 2009 +0000
+++ b/gamelib/engine.py	Sat Nov 21 17:33:49 2009 +0000
@@ -256,7 +256,6 @@
             pygame.event.clear(ANIM_ID)
             pygame.event.clear(MOVE_FOX_ID)
             # Ensure any outstanding animitions get cleaned up
-            self.game.gameboard.run_animations()
             self.cycle_count += 1
             if self.cycle_count > constants.NIGHT_LENGTH:
                 return pygame.event.post(START_DAY)