- Timestamp:
- Aug 22, 2010, 12:27:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/orxonox/weaponsystem/Munition.cc
r5929 r7200 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.