- Timestamp:
- Oct 24, 2015, 10:51:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/modules/weapons/munitions/FusionMunition.cc
r9667 r10688 28 28 29 29 /** 30 @file FusionMunition. h30 @file FusionMunition.cc 31 31 @brief Implementation of the FusionMunition class. 32 32 */ … … 47 47 this->magazines_ = 10; 48 48 49 this-> bUseSeparateMagazines_ = true;50 this->bStackMunition_ = false; 49 this->deployment_ = DEPLOYMENT_SEPARATE; 50 51 51 this->reloadTime_ = 1.0f; 52 52 53 53 this->bAllowMunitionRefilling_ = true; 54 54 this->bAllowMultiMunitionRemovementUnderflow_ = true; 55 56 this->reloadTime_ = 0.5f; 55 57 } 56 58 }
Note: See TracChangeset
for help on using the changeset viewer.