Changeset 6499 for code/branches/pickup3/src/modules/pickup/Pickup.cc
- Timestamp:
- Mar 9, 2010, 11:06:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/modules/pickup/Pickup.cc
r6497 r6499 188 188 SUPER(Pickup, changedCarrier); 189 189 190 COUT(1) << "Changed Carrier: " << this->isPickedUp() << this->isImmediate() << std::endl;191 190 //! Sets the Pickup to used if the Pickup has activation type 'immediate' and gets picked up. 192 191 if(this->getCarrier() != NULL && this->isPickedUp() && this->isImmediate())
Note: See TracChangeset
for help on using the changeset viewer.