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/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
Note: See TracChangeset for help on using the changeset viewer.