Changeset 11701 for code/trunk/src/modules/pickup
- Timestamp:
- Jan 6, 2018, 12:24:02 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pickup/PickupManager.cc
r11700 r11701 105 105 this->indexes_.clear(); 106 106 107 orxout( ) << "PickupManager destroyed." << endl;107 orxout(internal_info, context::pickups) << "PickupManager destroyed." << endl; 108 108 } 109 109 … … 265 265 assert(pickup); 266 266 267 orxout() << "just got called"<<endl;268 267 for (HUDPickupSystem* hud : ObjectList<HUDPickupSystem>()) 269 268 pickupSystem = hud; … … 317 316 if(pickupSystem) 318 317 pickupSystem->sync(picks, indexes_); 319 orxout() << "end of pickupChangedPickedUp" << endl;320 318 } 321 319
Note: See TracChangeset
for help on using the changeset viewer.