Changeset 5819 in orxonox.OLD for trunk/src/world_entities/weapons/cannon.cc
- Timestamp:
- Nov 29, 2005, 11:07:43 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/cannon.cc
r5750 r5819 87 87 //this->minCharge = 2; 88 88 89 this->setActionSound(WA_SHOOT, "sound/shot1.wav"); 89 this->setActionSound(WA_SHOOT, "sound/explo.wav"); 90 this->setActionSound(WA_ACTIVATE, "sound/voices/cannon.wav"); 90 91 91 92 this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL);
Note: See TracChangeset
for help on using the changeset viewer.