Changeset 11510 for code/branches/HUD_HS16/src/modules/pickup
- Timestamp:
- Oct 23, 2017, 4:41:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/HUD_HS16/src/modules/pickup/PickupManager.cc
r11336 r11510 103 103 // Destroying all the WeakPointers that are still there. 104 104 this->pickups_.clear(); 105 106 105 this->indexes_.clear(); 107 106 108 orxout( internal_info, context::pickups) << "PickupManager destroyed." << endl;107 orxout() << "PickupManager destroyed." << endl; 109 108 } 110 109 … … 317 316 if(pickupSystem) 318 317 pickupSystem->removePickup(pickup); 318 orxout() << "end of pickupChangedPickedUp" << endl; 319 319 } 320 320
Note: See TracChangeset
for help on using the changeset viewer.