Changeset 10415 in orxonox.OLD for trunk/src/world_entities/weapons/medium_blaster.cc
- Timestamp:
- Jan 27, 2007, 10:43:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/medium_blaster.cc
r10368 r10415 63 63 //this->minCharge = 2; 64 64 65 this->setActionSound(WA_SHOOT, "sound /laser.wav");66 this->setActionSound(WA_ACTIVATE, "sound /voices/lasers.wav");67 this->setActionSound(WA_RELOAD, "sound /spawn/alien_generator.wav");65 this->setActionSound(WA_SHOOT, "sounds/guns/laser.wav"); 66 this->setActionSound(WA_ACTIVATE, "sounds/voices/lasers.wav"); 67 this->setActionSound(WA_RELOAD, "sounds/spawn/alien_generator.wav"); 68 68 69 69 this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_LIGHT);
Note: See TracChangeset
for help on using the changeset viewer.