# HG changeset patch # User Neil Muller # Date 1252167556 0 # Node ID 29e9683055dcc71974e7d7fef421b75c7b31dc6c # Parent 78c49d87e175801eb30a3cc5de9919d497350b19 Explain horrible hack diff -r 78c49d87e175 -r 29e9683055dc gamelib/gameboard.py --- a/gamelib/gameboard.py Sat Sep 05 16:15:17 2009 +0000 +++ b/gamelib/gameboard.py Sat Sep 05 16:19:16 2009 +0000 @@ -118,6 +118,9 @@ self.add_tool("Finished Day", self.day_done) self.anim_clear_tool = False # Flag to clear the tool on an anim loop + # pgu's tool widget fiddling happens after the tool action, so calling + # clear_tool in the tool's action doesn't work, so we punt it to + # the anim loop def day_done(self): import engine