- Timestamp:
- Nov 6, 2017, 4:05:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/HUD_HS16/src/modules/pickup/PickupManager.cc
r11510 r11540 265 265 assert(pickup); 266 266 267 orxout() << "just got called"<<endl; 267 268 for (HUDPickupSystem* hud : ObjectList<HUDPickupSystem>()) 268 269 pickupSystem = hud; … … 299 300 300 301 if(pickupSystem) 301 pickupSystem-> updatePickupList(picks, indexes_);302 pickupSystem->sync(picks); 302 303 303 304 } … … 315 316 316 317 if(pickupSystem) 317 pickupSystem-> removePickup(pickup);318 pickupSystem->sync(picks); 318 319 orxout() << "end of pickupChangedPickedUp" << endl; 319 320 }
Note: See TracChangeset
for help on using the changeset viewer.