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

    r10368 r10415  
    6767
    6868  this->loadModel("models/guns/gattling.obj", 0.333);
    69  
     69
    7070
    7171  this->setStateDuration(WS_SHOOTING, 0.05);  // 20 Schuss pro Sekunde
     
    7878  //this->minCharge = 2;
    7979
    80   this->setActionSound(WA_SHOOT, "sound/laser.wav");
    81   this->setActionSound(WA_ACTIVATE, "sound/voices/lasers.wav");
    82   this->setActionSound(WA_RELOAD, "sound/spawn/alien_generator.wav");
     80  this->setActionSound(WA_SHOOT, "sounds/guns/laser.wav");
     81  this->setActionSound(WA_ACTIVATE, "sounds/voices/lasers.wav");
     82  this->setActionSound(WA_RELOAD, "sounds/spawn/alien_generator.wav");
    8383
    8484  this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_LIGHT);
Note: See TracChangeset for help on using the changeset viewer.