Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 9, 2010, 11:06:08 PM (15 years ago)
Author:
dafrick
Message:

Some small changes regarding output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup3/src/modules/pickup/Pickup.cc

    r6497 r6499  
    188188        SUPER(Pickup, changedCarrier);
    189189       
    190         COUT(1) << "Changed Carrier: " << this->isPickedUp() << this->isImmediate() << std::endl;
    191190        //! Sets the Pickup to used if the Pickup has activation type 'immediate' and gets picked up.
    192191        if(this->getCarrier() != NULL && this->isPickedUp() && this->isImmediate())
Note: See TracChangeset for help on using the changeset viewer.