Changeset 10415 in orxonox.OLD for trunk/src/world_entities/weapons/hyperblaster.cc
- Timestamp:
- Jan 27, 2007, 10:43:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/hyperblaster.cc
r10114 r10415 72 72 //this->minCharge = 2; 73 73 74 this->setActionSound(WA_SHOOT, "sound /explosions/explosion_4.wav");75 this->setActionSound(WA_ACTIVATE, "sound /powerups/whats this2.wav");76 this->setActionSound(WA_RELOAD, "sound /spawn/alien_generator.wav");74 this->setActionSound(WA_SHOOT, "sounds/explosions/explosion_4.wav"); 75 this->setActionSound(WA_ACTIVATE, "sounds/powerups/whats this2.wav"); 76 this->setActionSound(WA_RELOAD, "sounds/spawn/alien_generator.wav"); 77 77 78 78 this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_HEAVY);
Note: See TracChangeset
for help on using the changeset viewer.