Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10415 in orxonox.OLD for trunk/src/world_entities/weather_effects


Ignore:
Timestamp:
Jan 27, 2007, 10:43:17 PM (17 years ago)
Author:
patrick
Message:

changed the path names to reflect the new data repos

Location:
trunk/src/world_entities/weather_effects
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weather_effects/lightning_effect.cc

    r10317 r10415  
    128128
    129129    //load sound
    130     this->thunderBuffer = OrxSound::ResourceSoundBuffer("sound/atmosphere/thunder.wav");
     130    this->thunderBuffer = OrxSound::ResourceSoundBuffer("sounds/atmosphere/thunder.wav");
    131131
    132132}
  • trunk/src/world_entities/weather_effects/rain_effect.cc

    r10114 r10415  
    6464
    6565    //load rain sound
    66     this->rainBuffer = OrxSound::ResourceSoundBuffer("sound/atmosphere/rain.wav");
     66    this->rainBuffer = OrxSound::ResourceSoundBuffer("sounds/atmosphere/rain.wav");
    6767
    6868    //load wind sound
    6969    if (this->rainWindForce != 0) {
    70       this->windBuffer = OrxSound::ResourceSoundBuffer("sound/atmosphere/wind.wav");
     70      this->windBuffer = OrxSound::ResourceSoundBuffer("sounds/atmosphere/wind.wav");
    7171    }
    7272
  • trunk/src/world_entities/weather_effects/snow_effect.cc

    r10317 r10415  
    5656  if (this->snowWindForce >= 1)
    5757  {
    58     this->windBuffer = OrxSound::ResourceSoundBuffer("sound/atmosphere/wind.wav");
     58    this->windBuffer = OrxSound::ResourceSoundBuffer("sounds/atmosphere/wind.wav");
    5959  }
    6060
Note: See TracChangeset for help on using the changeset viewer.