Changeset 7896 for code/trunk/src/orxonox
- Timestamp:
- Feb 14, 2011, 11:21:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/weaponsystem/Munition.cc
r7895 r7896 459 459 this->bLoaded_ = false; 460 460 461 if (bUseReloadTime && munition->reloadTime_ > 0 )461 if (bUseReloadTime && munition->reloadTime_ > 0 && !munition->bStackMunition_) 462 462 { 463 463 const ExecutorPtr& executor = createExecutor(createFunctor(&Magazine::loaded, this));
Note: See TracChangeset
for help on using the changeset viewer.