- Timestamp:
- Jul 21, 2012, 11:20:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012merge/src/modules/pickup/CollectiblePickup.cc
r9296 r9324 93 93 94 94 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()); 101 96 } 102 97
Note: See TracChangeset
for help on using the changeset viewer.