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

    r10368 r10415  
    102102  this->getProjectileFactory()->prepare(50);
    103103
    104   this->setActionSound(WA_SHOOT, "sound/explosions/explosion_1.wav");
    105   this->setActionSound(WA_ACTIVATE, "sound/vocals/missiles.wav");
    106   this->setActionSound(WA_RELOAD, "sound/vocals/reload.wav");
     104  this->setActionSound(WA_SHOOT, "sounds/explosions/explosion_1.wav");
     105  this->setActionSound(WA_ACTIVATE, "sounds/vocals/missiles.wav");
     106  this->setActionSound(WA_RELOAD, "sounds/vocals/reload.wav");
    107107
    108108}
Note: See TracChangeset for help on using the changeset viewer.