Changeset 7284 for code/trunk/src/orxonox/weaponsystem
- Timestamp:
- Aug 31, 2010, 3:37:40 AM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/weaponsystem/Munition.cc
r5929 r7284 461 461 if (bUseReloadTime && (munition->reloadTime_ > 0 || munition->bStackMunition_)) 462 462 { 463 Executor*executor = createExecutor(createFunctor(&Magazine::loaded, this));463 const ExecutorPtr& executor = createExecutor(createFunctor(&Magazine::loaded, this)); 464 464 executor->setDefaultValues(munition); 465 465
Note: See TracChangeset
for help on using the changeset viewer.