Changeset 7896
- Timestamp:
- Feb 14, 2011, 11:21:33 PM (14 years ago)
- Location:
- code/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/weapons/munitions/RocketMunition.cc
r7895 r7896 44 44 this->bUseSeparateMagazines_ = false; 45 45 this->bStackMunition_ = true; 46 this->reloadTime_ = 0.0f;47 46 48 47 this->bAllowMunitionRefilling_ = false; -
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.