changeset 597:c0e0b3d5730c pyntnclick

Fix cryocomp.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 11 Feb 2012 18:30:59 +0200
parents 5496dcd16a84
children c1b5e982809b
files gamelib/scenes/cryo.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Sat Feb 11 18:22:57 2012 +0200
+++ b/gamelib/scenes/cryo.py	Sat Feb 11 18:30:59 2012 +0200
@@ -489,8 +489,7 @@
     BACKGROUND_FIXED = "comp_info_detail_fixed.png"
     NAME = "cryo_comp_detail"
 
-    def __init__(self, state):
-        super(CryoCompDetail, self).__init__(state)
+    def setup(self):
         self._background_fixed = self.get_image(
             self.FOLDER, self.BACKGROUND_FIXED)