Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 25, 2008, 5:13:35 PM (16 years ago)
Author:
landauf
Message:

renamed Level to XMLFile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.h

    r2006 r2010  
    8080            virtual void clientDisconnected(unsigned int clientID);
    8181
    82             void applyLevel();
     82            void applyXMLFile();
    8383
    8484            void applySkybox()
     
    9494            SubclassIdentifier<Gametype> gametypeIdentifier_;
    9595            Gametype* rootGametype_;
    96             std::string levelfile_;
     96            std::string xmlfile_;
    9797    };
    9898}
Note: See TracChangeset for help on using the changeset viewer.