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

    r10368 r10415  
    104104  this->getProjectileFactory()->prepare(50);
    105105
    106   this->setActionSound(WA_SHOOT, "sound/explosions/explosion_1.wav");
    107   this->setActionSound(WA_ACTIVATE, "sound/vocals/missiles.wav");
    108   this->setActionSound(WA_RELOAD, "sound/vocals/reload.wav");
     106  this->setActionSound(WA_SHOOT, "sounds/explosions/explosion_1.wav");
     107  this->setActionSound(WA_ACTIVATE, "sounds/vocals/missiles.wav");
     108  this->setActionSound(WA_RELOAD, "sounds/vocals/reload.wav");
    109109
    110110}
Note: See TracChangeset for help on using the changeset viewer.