- Timestamp:
- Oct 27, 2015, 9:08:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/modules/weapons/munitions/SplitMunition.cc
r10713 r10715 43 43 RegisterObject(SplitMunition); 44 44 45 this->maxMunitionPerMagazine_ = 1;46 this->maxMagazines_ = 10 0;47 this->magazines_ = 25;45 this->maxMunitionPerMagazine_ = 5; 46 this->maxMagazines_ = 10; 47 this->magazines_ = 5; 48 48 49 this->deployment_ = MunitionDeployment::S tack;49 this->deployment_ = MunitionDeployment::Share; 50 50 51 51 this->bAllowMunitionRefilling_ = true;
Note: See TracChangeset
for help on using the changeset viewer.