- Timestamp:
- Nov 13, 2017, 4:14:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/HUD_HS16/src/modules/pickup/PickupManager.cc
r11540 r11558 300 300 301 301 if(pickupSystem) 302 pickupSystem->sync(picks );302 pickupSystem->sync(picks, indexes_); 303 303 304 304 } … … 316 316 317 317 if(pickupSystem) 318 pickupSystem->sync(picks );318 pickupSystem->sync(picks, indexes_); 319 319 orxout() << "end of pickupChangedPickedUp" << endl; 320 320 }
Note: See TracChangeset
for help on using the changeset viewer.