Changeset 6383 for code/branches/presentation2/src/modules
- Timestamp:
- Dec 19, 2009, 10:14:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc
r6381 r6383 115 115 { 116 116 if (GameMode::isMaster() && this->player_) 117 {118 117 this->player_->stopTemporaryControl(); 119 } 118 120 119 if ( this->defSndWpnEngine_ ) 121 {122 if ( this->defSndWpnEngine_->isPlaying() )123 this->defSndWpnEngine_->stop();124 120 this->defSndWpnEngine_->destroy(); 125 } 121 126 122 if ( this->defSndWpnLaunch_ ) 127 {128 if ( this->defSndWpnLaunch_->isPlaying())129 this->defSndWpnLaunch_->stop();130 123 this->defSndWpnLaunch_->destroy(); 131 }132 124 } 133 125 }
Note: See TracChangeset
for help on using the changeset viewer.