Changeset 3301 for code/trunk/src/orxonox/objects/weaponsystem/Munition.cc
- Timestamp:
- Jul 18, 2009, 4:03:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/weaponsystem/Munition.cc
r3196 r3301 354 354 return false; 355 355 356 if (amount <= (unsigned int)needed_magazines)356 if (amount <= static_cast<unsigned int>(needed_magazines)) 357 357 { 358 358 // We need more magazines than we get, so just add them
Note: See TracChangeset
for help on using the changeset viewer.