- 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/WeaponSet.cc
r2918 r2919 46 46 this->weaponSystem_ = 0; 47 47 this->desiredFiremode_ = WeaponSystem::FIRE_MODE_UNASSIGNED; 48 49 COUT(0) << "+WeaponSet" << std::endl;50 48 } 51 49 52 50 WeaponSet::~WeaponSet() 53 51 { 54 COUT(0) << "~WeaponSet" << std::endl;55 56 52 if (this->isInitialized() && this->weaponSystem_) 57 53 this->weaponSystem_->removeWeaponSet(this);
Note: See TracChangeset
for help on using the changeset viewer.