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/multi_player_world_data.h

    r6498 r7370  
    2828
    2929  protected:
    30     virtual ErrorMessage loadGUI(TiXmlElement* root);
    31     virtual ErrorMessage loadWorldEntities(TiXmlElement* root);
    32     virtual ErrorMessage loadScene(TiXmlElement* root);
     30    virtual ErrorMessage loadGUI(const TiXmlElement* root);
     31    virtual ErrorMessage loadWorldEntities(const TiXmlElement* root);
     32    virtual ErrorMessage loadScene(const TiXmlElement* root);
    3333
    3434    virtual ErrorMessage unloadGUI();
Note: See TracChangeset for help on using the changeset viewer.