Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6992 in orxonox.OLD for trunk/src/story_entities/game_world.h


Ignore:
Timestamp:
Feb 2, 2006, 10:55:43 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: now the StoryEntity stores the path it was loaded with, not the GameWorld

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.h

    r6989 r6992  
    4747    inline void setSpeed(float speed) { this->speed = speed; };
    4848    /**  returns the track path of this world @returns the track path */
    49     const char* getPath() { return this->path; }
    50     void setPath( const char* name);
    5149
    5250    /** toggles the PNode visibility in the world (drawn as boxes) */
     
    8179    GameWorldData*      dataTank;                     //!< reference to the GameWorld Data Tank
    8280    TiXmlElement*       dataXML;                      //!< The XML-Element this World has been loaded with.
    83     char*               path;                         //!< The file from which this world is loaded
    8481
    8582    bool                showPNodes;                   //!< if the PNodes should be visible.
Note: See TracChangeset for help on using the changeset viewer.