- Timestamp:
- Apr 18, 2009, 6:41:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapons/src/orxonox/objects/weaponSystem/Munition.cc
r2918 r2919 51 51 52 52 this->reloadTime_ = 0; 53 54 COUT(0) << "+Munition" << std::endl;55 53 } 56 54 … … 59 57 for (std::map<WeaponMode*, Magazine*>::iterator it = this->currentMagazines_.begin(); it != this->currentMagazines_.end(); ++it) 60 58 delete it->second; 61 62 COUT(0) << "~Munition" << std::endl;63 59 } 64 60
Note: See TracChangeset
for help on using the changeset viewer.