Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2005, 7:14:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: merged the trunk back to the physics-branche
merged with command:
svn merge -r 4301:HEAD trunk/ branches/physics/
little conflict in particle-system resolved easily

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/story_entities/world.h

    r4283 r4332  
    2424class Text;
    2525class TiXmlElement;
     26class PilotNode;
    2627
    2728//! The game world Interface
     
    123124  tList<WorldEntity>* entities;       //!< A template List of all entities. Every moving thing should be included here, and world automatically updates them.
    124125  WorldEntity* localPlayer;           //!< The Player, you fly through the level.
     126  PilotNode* pilotNode;               //!< THe pilot node to fly with the mouse
    125127
    126128  GarbageCollector* garbageCollector; //!< reference to the garbage  collector
Note: See TracChangeset for help on using the changeset viewer.