changeset 337:057e2a40c999

Remove TODO about moving the state -- it's happy where it is and by all accounts quite entrenched.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sat, 28 Aug 2010 14:36:22 +0200
parents 72e4d0c5dfe9
children 32270774fda6
files gamelib/gamescreen.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)