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

    r10114 r10415  
    9898  this->target.setAngle(M_PI_2);
    9999
    100   this->setActionSound(WA_SHOOT, "sound/explosions/explosion_3.wav");
    101   this->setActionSound(WA_ACTIVATE, "sound/voices/rockets.wav");
    102   this->setActionSound(WA_RELOAD, "sound/vocals/reload.wav");
     100  this->setActionSound(WA_SHOOT, "sounds/explosions/explosion_3.wav");
     101  this->setActionSound(WA_ACTIVATE, "sounds/voices/rockets.wav");
     102  this->setActionSound(WA_RELOAD, "sounds/vocals/reload.wav");
    103103
    104104}
Note: See TracChangeset for help on using the changeset viewer.