Changeset 11108 for code/trunk/src/modules/weapons/munitions
- Timestamp:
- Feb 4, 2016, 11:54:04 PM (9 years ago)
- Location:
- code/trunk/src/modules/weapons/munitions
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/weapons/munitions/CMakeLists.txt
r11052 r11108 6 6 GravityBombMunition.cc 7 7 IceMunition.cc 8 FlameMunition.cc 8 9 SplitMunition.cc 9 10 MineMunition.cc -
code/trunk/src/modules/weapons/munitions/LaserMunition.cc
r11071 r11108 55 55 this->replenishAmount_ = 1; 56 56 57 this->reloadTime_ = 0. 5f;57 this->reloadTime_ = 0.6f; 58 58 } 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.