Changeset 5801 for code/branches/core5/src/orxonox/weaponsystem/Weapon.cc
- Timestamp:
- Sep 26, 2009, 10:25:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/weaponsystem/Weapon.cc
r5738 r5801 62 62 63 63 for (std::multimap<unsigned int, WeaponMode*>::iterator it = this->weaponmodes_.begin(); it != this->weaponmodes_.end(); ++it) 64 delete it->second;64 it->second->destroy(); 65 65 } 66 66 }
Note: See TracChangeset
for help on using the changeset viewer.