Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9324


Ignore:
Timestamp:
Jul 21, 2012, 11:20:16 PM (12 years ago)
Author:
landauf
Message:

fixed dropping and picking up again a PickupCollection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2012merge/src/modules/pickup/CollectiblePickup.cc

    r9296 r9324  
    9393
    9494        if(this->isInCollection())
    95         {
    96             if (!this->isPickedUp())
    97                 this->collection_->removePickupable(this);
    98             else
    99                 this->collection_->pickupChangedPickedUp(this->isPickedUp());
    100         }
     95            this->collection_->pickupChangedPickedUp(this->isPickedUp());
    10196    }
    10297
Note: See TracChangeset for help on using the changeset viewer.