Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 7, 2007, 2:52:30 AM (17 years ago)
Author:
wenners
Message:

some paths changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/data_fix/src/world_entities/weapons/fps_sniper_rifle.cc

    r10114 r10186  
    8484  this->material->setIllum(3);
    8585  this->material->setAmbient(1.0, 1.0, 1.0);
    86   this->material->setDiffuseMap("maps/rifle01tex.jpg");
     86  this->material->setDiffuseMap("textures/rifle01tex.jpg");
    8787
    8888  this->setStateDuration(WS_SHOOTING, .1);
     
    9595  //this->minCharge = 2;
    9696
    97   this->setActionSound(WA_SHOOT, "sound/laser.wav");
    98   this->setActionSound(WA_ACTIVATE, "sound/voices/lasers.wav");
     97  this->setActionSound(WA_SHOOT, "sounds/laser.wav");
     98  this->setActionSound(WA_ACTIVATE, "sounds/voices/lasers.wav");
    9999
    100100
Note: See TracChangeset for help on using the changeset viewer.