- 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/Weapon.cc
r2918 r2919 53 53 this->reloadTimer_.setTimer(0.0f, false, this, createExecutor(createFunctor(&Weapon::reloaded))); 54 54 this->reloadTimer_.stopTimer(); 55 56 COUT(0) << "+Weapon" << std::endl;57 55 } 58 56 59 57 Weapon::~Weapon() 60 58 { 61 COUT(0) << "~Weapon" << std::endl;62 63 59 if (this->isInitialized()) 64 60 {
Note: See TracChangeset
for help on using the changeset viewer.