Changeset 6381 for code/branches/presentation2/src/orxonox/weaponsystem
- Timestamp:
- Dec 19, 2009, 12:07:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/weaponsystem/WeaponMode.cc
r6314 r6381 84 84 WeaponMode::~WeaponMode() 85 85 { 86 if (this->isInitialized())87 { 88 if ( this->defSndWpnFire_)89 delete this->defSndWpnFire_;86 if (this->isInitialized()) 87 { 88 if (this->defSndWpnFire_) 89 this->defSndWpnFire_->destroy(); 90 90 } 91 91 }
Note: See TracChangeset
for help on using the changeset viewer.