Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2006, 2:52:29 PM (17 years ago)
Author:
bknecht
Message:

connected the track with the worldentities and the spaceship

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/world_entity.h

    r10088 r10096  
    221221  bool                    bOnGround;                       //!< true if this entity is standing on the ground
    222222
    223 
    224   Track*                  entityTrack;                     //!< this is the track this entity follows (or NULL if none)
    225 
    226223protected:
    227224  Vector                  velocity;                        //!< speed of the entity
     225  Track*                  entityTrack;                     //!< this is the track this entity follows (or NULL if none)
    228226
    229227};
Note: See TracChangeset for help on using the changeset viewer.