Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2005, 4:11:35 PM (20 years ago)
Author:
bensch
Message:

controll: some fixing in world

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/story_entities/world.h

    r5887 r5892  
    2121class Text;
    2222class TiXmlElement;
    23 class PilotNode;
    2423
    2524class Shell;
     
    120119    tList<WorldEntity>* entities;       //!< A template List of all entities. Every moving thing should be included here, and world automatically updates them.
    121120    Player* localPlayer;                //!< The Player, you fly through the level.
    122     PilotNode* pilotNode;               //!< THe pilot node to fly with the mouse
    123 
    124 
    125121};
    126122
Note: See TracChangeset for help on using the changeset viewer.