diff charactercreationcontroller.py @ 189:4381be70e1bb tip

Fixed incompatibility with latest changes to bgrease.
author Beliar <KarstenBock@gmx.net>
date Sun, 08 Apr 2012 20:30:43 +0200
parents 2a12e2843984
children
line wrap: on
line diff
--- a/charactercreationcontroller.py	Tue Mar 27 13:41:20 2012 +0200
+++ b/charactercreationcontroller.py	Sun Apr 08 20:30:43 2012 +0200
@@ -77,7 +77,7 @@
            @type application: 
                L{fife.extensions.basicapplication.ApplicationBase}"""
         ControllerBase.__init__(self, engine, view, model, application)
-        PARPGWorld.__init__(self)
+        PARPGWorld.__init__(self, engine)
         self.settings = self.model.settings
         self.view.start_new_game_callback = self.startNewGame
         self.view.cancel_new_game_callback = self.cancelNewGame