Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 10, 2006, 4:52:21 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new SubString class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/std/src/story_entities/simple_game_menu.cc

    r7193 r7211  
    6363  this->menuSelectedIndex = 0;
    6464
    65   this->loadParams(root);
     65  if (root != NULL)
     66    this->loadParams(root);
    6667
    6768  State::setMenuID(this->getNextStoryID());
     
    7071
    7172/**
    72  *  remove the SimpleGameMenu from memory
     73 *  @brief remove the SimpleGameMenu from memory
    7374 *
    7475 *  delete everything explicitly, that isn't contained in the parenting tree!
     
    8586
    8687/**
    87  * loads the parameters of a SimpleGameMenu from an XML-element
     88 * @brief loads the parameters of a SimpleGameMenu from an XML-element
    8889 * @param root the XML-element to load from
    8990 */
     
    99100
    100101/**
    101  * this is executed just before load
     102 * @brief this is executed just before load
    102103 *
    103104 * since the load function sometimes needs data, that has been initialized
     
    125126
    126127/**
    127  * load the data
     128 * @brief load the data
    128129 */
    129130ErrorMessage SimpleGameMenu::loadData()
     
    265266
    266267/**
    267  * start the menu
     268 * @brief start the menu
    268269 */
    269270bool SimpleGameMenu::start()
Note: See TracChangeset for help on using the changeset viewer.