Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 27, 2007, 10:43:17 PM (19 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/medium_blaster.cc

    r10368 r10415  
    6363  //this->minCharge = 2;
    6464
    65   this->setActionSound(WA_SHOOT, "sound/laser.wav");
    66   this->setActionSound(WA_ACTIVATE, "sound/voices/lasers.wav");
    67   this->setActionSound(WA_RELOAD, "sound/spawn/alien_generator.wav");
     65  this->setActionSound(WA_SHOOT, "sounds/guns/laser.wav");
     66  this->setActionSound(WA_ACTIVATE, "sounds/voices/lasers.wav");
     67  this->setActionSound(WA_RELOAD, "sounds/spawn/alien_generator.wav");
    6868
    6969  this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_LIGHT);
Note: See TracChangeset for help on using the changeset viewer.