Changeset 10455 for code/branches/weaponFS15/src/modules/weapons/munitions
- Timestamp:
- May 23, 2015, 7:33:37 PM (10 years ago)
- Location:
- code/branches/weaponFS15/src/modules/weapons/munitions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weaponFS15/src/modules/weapons/munitions/GravityBombMunition.cc
r10369 r10455 3 3 * 4 4 * Created on: Apr 16, 2015 5 * Author: meggiman5 * Author: Manuel Eggimann 6 6 */ 7 7 #include "GravityBombMunition.h" … … 17 17 this->maxMunitionPerMagazine_ = 1; 18 18 this->maxMagazines_ = 30; 19 this->magazines_ = 1 0;19 this->magazines_ = 15; 20 20 21 21 this->bUseSeparateMagazines_ = false; -
code/branches/weaponFS15/src/modules/weapons/munitions/GravityBombMunition.h
r10369 r10455 14 14 namespace orxonox 15 15 { 16 16 /** 17 * @class GravityBombMunition 18 * 19 * @brief This class is used to set the behaviour of various 20 * munition specific attributes of the GravityBomb like max count of munition per magazine. 21 * 22 * @author Manuel 23 * @date 23.05.2015 24 */ 17 25 class _WeaponsExport GravityBombMunition : public Munition 18 26 {
Note: See TracChangeset
for help on using the changeset viewer.