Changeset 10415 in orxonox.OLD for trunk/src/world_entities/weapons/heavy_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/heavy_blaster.cc
r10368 r10415 41 41 } 42 42 delete [] this->emissionPoint; 43 43 44 44 delete [] this->shootAnim; 45 45 delete [] this->objComp; … … 73 73 74 74 this->loadModel("models/guns/fragcannon.obj", .4); 75 75 76 76 77 77 this->setStateDuration(WS_SHOOTING, 0.5); // 2 Schuss pro Sekunde … … 84 84 //this->minCharge = 2; 85 85 86 this->setActionSound(WA_SHOOT, "sound /laser.wav");87 this->setActionSound(WA_ACTIVATE, "sound /voices/lasers.wav");88 this->setActionSound(WA_RELOAD, "sound /spawn/alien_generator.wav");86 this->setActionSound(WA_SHOOT, "sounds/guns/laser.wav"); 87 this->setActionSound(WA_ACTIVATE, "sounds/voices/lasers.wav"); 88 this->setActionSound(WA_RELOAD, "sounds/spawn/alien_generator.wav"); 89 89 90 90 this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_LIGHT);
Note: See TracChangeset
for help on using the changeset viewer.