Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4978 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h


Ignore:
Timestamp:
Aug 10, 2005, 11:58:29 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: minor cleanup of world.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.h

    r4977 r4978  
    3434
    3535 public:
    36   World (char* name);
     36  World (const char* name);
    3737  World (int worldID);
    3838  World (const TiXmlElement* root = NULL);
     
    7474
    7575 private:
    76   void constuctorInit(char* name, int worldID);
     76  void constuctorInit(const char* name, int worldID);
    7777
    7878  Uint32 lastFrame;                   //!< last time of frame
     
    8787  GLMenuImageScreen* glmis;           //!< The Level-Loader Display
    8888
    89   char* worldName;                    //!< The name of this World
    9089  int debugWorldNr;                   //!< The Debug Nr. needed, if something goes wrong
    9190  char* path;                         //!< The file from which this world is loaded
     
    9594
    9695  // IMPORTANT WORLD-ENTITIES
    97   PNode* nullParent;                  //!< The zero-point, that everything has as its parent.
    9896  Camera* localCamera;                //!< The current Camera
    9997  WorldEntity* sky;                   //!< The Environmental Heaven of orxonox @todo insert this to environment insted
Note: See TracChangeset for help on using the changeset viewer.