Changeset 7070 in orxonox.OLD for trunk/src/world_entities/weapons/turret.cc
- Timestamp:
- Feb 7, 2006, 2:25:35 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/turret.cc
r6920 r7070 40 40 { 41 41 this->init(); 42 43 this->setActionSound(WA_SHOOT, "sound/shot1.wav");44 this->setActionSound(WA_ACTIVATE, "sound/vocals/missiles.wav");45 this->setActionSound(WA_RELOAD, "sound/vocals/reload.wav");46 47 42 } 48 43 … … 97 92 this->setEmissionPoint(1.684, 0.472, 0); 98 93 //this->getProjectileFactory()->prepare(100); 94 95 this->setActionSound(WA_SHOOT, "sound/explosions/explosion_3.wav"); 96 this->setActionSound(WA_ACTIVATE, "sound/vocals/missiles.wav"); 97 this->setActionSound(WA_RELOAD, "sound/vocals/reload.wav"); 98 99 99 } 100 100
Note: See TracChangeset
for help on using the changeset viewer.