Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 23, 2017, 4:41:56 PM (7 years ago)
Author:
patricwi
Message:

looking for SEGFault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/HUD_HS16/src/modules/pickup/PickupManager.cc

    r11336 r11510  
    103103        // Destroying all the WeakPointers that are still there.
    104104        this->pickups_.clear();
    105 
    106105        this->indexes_.clear();
    107106
    108         orxout(internal_info, context::pickups) << "PickupManager destroyed." << endl;
     107        orxout() << "PickupManager destroyed." << endl;
    109108    }
    110109
     
    317316            if(pickupSystem)
    318317                pickupSystem->removePickup(pickup);
     318            orxout() << "end of pickupChangedPickedUp" << endl;
    319319        }
    320320
Note: See TracChangeset for help on using the changeset viewer.