Changeset 8480 in orxonox.OLD for branches/atmospheric_engine/src/world_entities/space_ships/helicopter.cc
- Timestamp:
- Jun 15, 2006, 4:57:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/world_entities/space_ships/helicopter.cc
r8267 r8480 216 216 State::getCameraTargetNode()->setParentSoft(this->getWeaponManager().getFixedTarget()); 217 217 218 this->soundSource.loop(this->chopperBuffer, 0.8f); 219 // PRINTF(0)( "Playing ChopperSound\n" ); 218 this->soundSource.play(this->chopperBuffer, 0.7f, true); 220 219 } 221 220
Note: See TracChangeset
for help on using the changeset viewer.