Changeset 7696 in orxonox.OLD for branches/atmospheric_engine/src/world_entities/space_ships/helicopter.cc
- Timestamp:
- May 18, 2006, 4:25:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/world_entities/space_ships/helicopter.cc
r7647 r7696 51 51 { 52 52 this->setPlayer(NULL); 53 54 if (this->chopperBuffer != NULL) 55 ResourceManager::getInstance()->unload(this->chopperBuffer); 53 56 } 54 57 … … 215 218 216 219 this->soundSource.loop(this->chopperBuffer); 217 PRINTF(0)( "Playing ChopperSound\n" );220 // PRINTF(0)( "Playing ChopperSound\n" ); 218 221 } 219 222 … … 222 225 dynamic_cast<Element2D*>(this->getWeaponManager().getFixedTarget())->setVisibility( false); 223 226 this->detachCamera(); 224 227 this->soundSource.stop(); 225 228 } 226 229
Note: See TracChangeset
for help on using the changeset viewer.