# HG changeset patch # User Simon Cross # Date 1282998982 -7200 # Node ID 057e2a40c9997d5098aa32bf3f60290d9533f1b9 # Parent 72e4d0c5dfe99bda7e96f0a617bca3cf1d168ac6 Remove TODO about moving the state -- it's happy where it is and by all accounts quite entrenched. diff -r 72e4d0c5dfe9 -r 057e2a40c999 gamelib/gamescreen.py --- a/gamelib/gamescreen.py Sat Aug 28 14:34:39 2010 +0200 +++ b/gamelib/gamescreen.py Sat Aug 28 14:36:22 2010 +0200 @@ -180,7 +180,6 @@ def start_game(self): self._clear_all() - # TODO: Randomly plonk the state here for now self.state = initial_state() self.state_widget = StateWidget(self) self.add(self.state_widget)