Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Some small changes regarding output.

File:
1 edited

Legend:

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

    r6492 r6499  
    272272    void PickupSpawner::trigger(Pawn* pawn)
    273273    {
    274         COUT(1) << "PickupSpawner triggered." << std::endl;
    275274        if (this->isActive()) //!< Checks whether PickupSpawner is active.
    276275        {
    277             COUT(1) << "PickupSpawner triggered and active." << std::endl;
     276            COUT(3) << "PickupSpawner triggered and active." << std::endl;
    278277           
    279278            PickupCarrier* carrier = dynamic_cast<PickupCarrier*>(pawn);
Note: See TracChangeset for help on using the changeset viewer.