Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2010, 8:47:07 AM (14 years ago)
Author:
dafrick
Message:

Fixed PickupCollection. It works now the way it was intended and no restructuring of the pickupsystem was necessary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/interfaces/Pickupable.cc

    r6731 r6901  
    102102        Returns true if the given PickupCarrier is a target.
    103103    */
    104     bool Pickupable::isTarget(const PickupCarrier* carrier) const
     104    bool Pickupable::isTarget(PickupCarrier* carrier) const
    105105    {
    106106        if(carrier == NULL)
Note: See TracChangeset for help on using the changeset viewer.