Changeset 10415 in orxonox.OLD for trunk/src/world_entities/weapons/aiming_turret.cc
- Timestamp:
- Jan 27, 2007, 10:43:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/aiming_turret.cc
r10114 r10415 98 98 this->target.setAngle(M_PI_2); 99 99 100 this->setActionSound(WA_SHOOT, "sound /explosions/explosion_3.wav");101 this->setActionSound(WA_ACTIVATE, "sound /voices/rockets.wav");102 this->setActionSound(WA_RELOAD, "sound /vocals/reload.wav");100 this->setActionSound(WA_SHOOT, "sounds/explosions/explosion_3.wav"); 101 this->setActionSound(WA_ACTIVATE, "sounds/voices/rockets.wav"); 102 this->setActionSound(WA_RELOAD, "sounds/vocals/reload.wav"); 103 103 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.