Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2005, 2:55:08 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: PNode compiles again
PNode is now handled with the erase function of stl, rather than remove (which is totally the wrong way when iterating through a list and delete elements)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/projectile.h

    r6056 r6078  
    6060    Vector                velocity;                  //!< velocity of the projectile.
    6161
    62     PNode                 target;                    //!< A target for guided Weapons.
     62    PNode*                target;                    //!< A target for guided Weapons.
    6363};
    6464
Note: See TracChangeset for help on using the changeset viewer.