Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10415 in orxonox.OLD for trunk/src/world_entities/weapons/cannon.cc


Ignore:
Timestamp:
Jan 27, 2007, 10:43:17 PM (17 years ago)
Author:
patrick
Message:

changed the path names to reflect the new data repos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/cannon.cc

    r10114 r10415  
    8585  //this->minCharge = 2;
    8686
    87   this->setActionSound(WA_SHOOT, "sound/explo.wav");
    88   this->setActionSound(WA_ACTIVATE, "sound/voices/cannon.wav");
     87  this->setActionSound(WA_SHOOT, "sounds/explo.wav");
     88  this->setActionSound(WA_ACTIVATE, "sounds/voices/cannon.wav");
    8989
    9090  this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_HEAVY);
Note: See TracChangeset for help on using the changeset viewer.