Changeset 6696 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jan 25, 2006, 2:53:34 PM (19 years ago)
- Location:
- trunk/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/simple_game_menu.cc
r6634 r6696 82 82 { 83 83 /* skip the GameWorld, since it does not define any useful loadParams for this class */ 84 static_cast<GameWorld*>(this)->loadParams(root); 84 //static_cast<GameWorld*>(this)->loadParams(root); 85 GameWorld::loadParams(root); 85 86 86 87 PRINTF(4)("Loaded SimpleGameMenu specific stuff\n"); -
trunk/src/story_entities/simple_game_menu.h
r6634 r6696 31 31 virtual ~SimpleGameMenu(); 32 32 33 v oid loadParams(const TiXmlElement* root);33 virtual void loadParams(const TiXmlElement* root); 34 34 35 35 virtual ErrorMessage init();
Note: See TracChangeset
for help on using the changeset viewer.