- Timestamp:
- Oct 24, 2015, 10:51:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/modules/weapons/munitions/GravityBombMunition.cc
r10622 r10688 19 19 this->magazines_ = 15; 20 20 21 this->bUseSeparateMagazines_ = false; 22 this->bStackMunition_ = true; 21 this->deployment_ = DEPLOYMENT_STACK; 23 22 24 23 this->bAllowMunitionRefilling_ = true; 25 24 this->bAllowMultiMunitionRemovementUnderflow_ = false; 25 26 this->reloadTime_ = 0.0f; 26 27 } 27 28
Note: See TracChangeset
for help on using the changeset viewer.