diff pyntnclick/main.py @ 603:3ce19d33b51f pyntnclick

Rename state to game to not cause confusion with the other state
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 20:09:47 +0200
parents fabce47e542f
children a25cd1c6335a
line wrap: on
line diff
--- a/pyntnclick/main.py	Sat Feb 11 20:05:22 2012 +0200
+++ b/pyntnclick/main.py	Sat Feb 11 20:09:47 2012 +0200
@@ -66,7 +66,7 @@
 
     def initial_state(self):
         """Create a copy of the initial game state."""
-        initial_state = state.GameState(self)
+        initial_state = state.Game(self)
         initial_state.set_debug_rects(self._debug_rects)
         for scene in self._scene_list:
             initial_state.load_scenes(scene)