Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2006, 1:31:01 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: drawLists/tickLists are used, and made some TiXmlElement to const TiXmlElement, also fixed some bugs in the loadWorldEntities-functions from Gameworld and SipleGameMenu

File:
1 edited

Legend:

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

    r7193 r7370  
    5353 * @param root reference to the xml root element
    5454 */
    55 ErrorMessage SinglePlayerWorldData::loadGUI(TiXmlElement* root)
     55ErrorMessage SinglePlayerWorldData::loadGUI(const TiXmlElement* root)
    5656{
    5757  /* call underlying function */
     
    7474 * @param root reference to the xml root parameter
    7575 */
    76 ErrorMessage SinglePlayerWorldData::loadWorldEntities(TiXmlElement* root)
     76ErrorMessage SinglePlayerWorldData::loadWorldEntities(const TiXmlElement* root)
    7777{
    7878  /* call underlying function */
     
    9595 * @param root reference to the xml root element
    9696 */
    97 ErrorMessage SinglePlayerWorldData::loadScene(TiXmlElement* root)
     97ErrorMessage SinglePlayerWorldData::loadScene(const TiXmlElement* root)
    9898{
    9999  /* call underlying function */
Note: See TracChangeset for help on using the changeset viewer.