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

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