changeset 144:a6b25c2cedab

Move comment to correct place.
author KarstenBock@gmx.net
date Mon, 03 Oct 2011 13:05:23 +0200
parents 7b21d460fc31
children 3dddf09377b8
files src/parpg/charactercreationcontroller.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/parpg/charactercreationcontroller.py	Sat Oct 01 14:39:27 2011 +0200
+++ b/src/parpg/charactercreationcontroller.py	Mon Oct 03 13:05:23 2011 +0200
@@ -85,6 +85,8 @@
         self.settings = self.model.settings
         self.view.start_new_game_callback = self.startNewGame
         self.view.cancel_new_game_callback = self.cancelNewGame
+
+    def reset_character(self):
         # FIXME M. George Hansen 2011-06-06: character stats scripts aren't
         #     finished, unfortunately.
 #        primary_stats_file = \
@@ -92,9 +94,7 @@
 #        primary_stats = XmlSerializer.deserialize(primary_stats_file)
 #        secondary_stats_file = \
 #            vfs.VFS.open('character_scripts/secondary_stats.xml')
-#        secondary_stats = XmlSerializer.deserialize(secondary_stats_file)
-
-    def reset_character(self):
+#        secondary_stats = XmlSerializer.deserialize(secondary_stats_file)        
         primary_stats = []
         secondary_stats = []
         inventory = []