Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

    r10114 r10415  
    7272  //this->minCharge = 2;
    7373
    74   this->setActionSound(WA_SHOOT, "sound/explosions/explosion_4.wav");
    75   this->setActionSound(WA_ACTIVATE, "sound/powerups/whats this2.wav");
    76   this->setActionSound(WA_RELOAD, "sound/spawn/alien_generator.wav");
     74  this->setActionSound(WA_SHOOT, "sounds/explosions/explosion_4.wav");
     75  this->setActionSound(WA_ACTIVATE, "sounds/powerups/whats this2.wav");
     76  this->setActionSound(WA_RELOAD, "sounds/spawn/alien_generator.wav");
    7777
    7878  this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_HEAVY);
Note: See TracChangeset for help on using the changeset viewer.