Changeset 7895
- Timestamp:
- Feb 14, 2011, 11:14:46 PM (14 years ago)
- Location:
- code/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/weapons/munitions/RocketMunition.cc
r7846 r7895 44 44 this->bUseSeparateMagazines_ = false; 45 45 this->bStackMunition_ = true; 46 this->reloadTime_ = 0. 5f;46 this->reloadTime_ = 0.0f; 47 47 48 48 this->bAllowMunitionRefilling_ = false; -
code/trunk/src/orxonox/weaponsystem/Munition.cc
r7847 r7895 459 459 this->bLoaded_ = false; 460 460 461 if (bUseReloadTime && (munition->reloadTime_ > 0 || munition->bStackMunition_))461 if (bUseReloadTime && munition->reloadTime_ > 0) 462 462 { 463 463 const ExecutorPtr& executor = createExecutor(createFunctor(&Magazine::loaded, this));
Note: See TracChangeset
for help on using the changeset viewer.