Changeset 10415 in orxonox.OLD for trunk/src/world_entities/weapons/test_gun.cc
- Timestamp:
- Jan 27, 2007, 10:43:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_gun.cc
r10114 r10415 124 124 //this->minCharge = 2; 125 125 126 this->setActionSound(WA_SHOOT, "sound /laser.wav");127 this->setActionSound(WA_ACTIVATE, "sound /voices/lasers.wav");126 this->setActionSound(WA_SHOOT, "sounds/guns/laser.wav"); 127 this->setActionSound(WA_ACTIVATE, "sounds/voices/lasers.wav"); 128 128 129 129
Note: See TracChangeset
for help on using the changeset viewer.