Changeset 7162 for code/branches/presentation3/src/modules/pickup/Pickup.cc
- Timestamp:
- Aug 8, 2010, 8:53:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/modules/pickup/Pickup.cc
r7129 r7162 194 194 195 195 //! Sets the Pickup to used if the Pickup has activation type 'immediate' and gets picked up. 196 if(this-> getCarrier() != NULL && this->isPickedUp() && this->isImmediate())196 if(this->isPickedUp() && this->isImmediate()) 197 197 { 198 198 this->setUsed(true);
Note: See TracChangeset
for help on using the changeset viewer.