Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6696 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Jan 25, 2006, 2:53:34 PM (19 years ago)
Author:
patrick
Message:

trunk: works again

Location:
trunk/src/story_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/simple_game_menu.cc

    r6634 r6696  
    8282{
    8383  /* 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);
    8586
    8687  PRINTF(4)("Loaded SimpleGameMenu specific stuff\n");
  • trunk/src/story_entities/simple_game_menu.h

    r6634 r6696  
    3131    virtual ~SimpleGameMenu();
    3232
    33     void loadParams(const TiXmlElement* root);
     33    virtual void loadParams(const TiXmlElement* root);
    3434
    3535    virtual ErrorMessage init();
Note: See TracChangeset for help on using the changeset viewer.