Changeset 737 for branches/active/character_customization
- Timestamp:
- 02/22/11 16:09:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/active/character_customization/game/parpg/application.py
r736 r737 143 143 #self.model.changeMap(start_map) 144 144 145 def createListener(self):146 """@return: None"""147 # already created in constructor148 # but if we don't put one here, Fife gets all fussy :-)149 pass150 151 145 def pushController(self, controller): 152 146 """Adds a controller to the list to be the current active one."""
Note: See TracChangeset
for help on using the changeset viewer.