Changeset 7847 for code/trunk/src/orxonox/weaponsystem/Munition.cc
- Timestamp:
- Feb 10, 2011, 5:42:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/weaponsystem/Munition.cc
r7284 r7847 185 185 if (magazine->munition_ > 0 && this->bAllowMultiMunitionRemovementUnderflow_) 186 186 { 187 magazine->munition_ -= 0;187 magazine->munition_ = 0; 188 188 return true; 189 189 }
Note: See TracChangeset
for help on using the changeset viewer.