Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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/boomerang_gun.cc

    r10114 r10415  
    9494  //this->getProjectileFactory()->prepare(100);
    9595
    96   this->setActionSound(WA_SHOOT, "sound/explosions/explosion_3.wav");
    97   this->setActionSound(WA_ACTIVATE, "sound/vocals/missiles.wav");
    98   this->setActionSound(WA_RELOAD, "sound/vocals/reload.wav");
     96  this->setActionSound(WA_SHOOT, "sounds/explosions/explosion_3.wav");
     97  this->setActionSound(WA_ACTIVATE, "sounds/vocals/missiles.wav");
     98  this->setActionSound(WA_RELOAD, "sounds/vocals/reload.wav");
    9999
    100100}
Note: See TracChangeset for help on using the changeset viewer.