- Timestamp:
- Dec 19, 2009, 12:07:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc
r6378 r6381 122 122 if ( this->defSndWpnEngine_->isPlaying() ) 123 123 this->defSndWpnEngine_->stop(); 124 delete this->defSndWpnEngine_;124 this->defSndWpnEngine_->destroy(); 125 125 } 126 126 if ( this->defSndWpnLaunch_ ) … … 128 128 if ( this->defSndWpnLaunch_->isPlaying()) 129 129 this->defSndWpnLaunch_->stop(); 130 delete this->defSndWpnLaunch_;130 this->defSndWpnLaunch_->destroy(); 131 131 } 132 132 }
Note: See TracChangeset
for help on using the changeset viewer.