Changeset 11083 for code/trunk/src/orxonox/weaponsystem
- Timestamp:
- Jan 21, 2016, 1:59:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/weaponsystem/Munition.cc
r11071 r11083 544 544 if (bUseReloadTime && munition->reloadTime_ > 0 && munition->deployment_ != MunitionDeployment::Stack) 545 545 { 546 const ExecutorPtr &executor = createExecutor(createFunctor(&Magazine::loaded, this));546 const ExecutorPtr executor = createExecutor(createFunctor(&Magazine::loaded, this)); 547 547 executor->setDefaultValues(munition); 548 548
Note: See TracChangeset
for help on using the changeset viewer.