Changeset 10415 in orxonox.OLD for trunk/src/world_entities/weather_effects
- Timestamp:
- Jan 27, 2007, 10:43:17 PM (18 years ago)
- 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 128 128 129 129 //load sound 130 this->thunderBuffer = OrxSound::ResourceSoundBuffer("sound /atmosphere/thunder.wav");130 this->thunderBuffer = OrxSound::ResourceSoundBuffer("sounds/atmosphere/thunder.wav"); 131 131 132 132 } -
trunk/src/world_entities/weather_effects/rain_effect.cc
r10114 r10415 64 64 65 65 //load rain sound 66 this->rainBuffer = OrxSound::ResourceSoundBuffer("sound /atmosphere/rain.wav");66 this->rainBuffer = OrxSound::ResourceSoundBuffer("sounds/atmosphere/rain.wav"); 67 67 68 68 //load wind sound 69 69 if (this->rainWindForce != 0) { 70 this->windBuffer = OrxSound::ResourceSoundBuffer("sound /atmosphere/wind.wav");70 this->windBuffer = OrxSound::ResourceSoundBuffer("sounds/atmosphere/wind.wav"); 71 71 } 72 72 -
trunk/src/world_entities/weather_effects/snow_effect.cc
r10317 r10415 56 56 if (this->snowWindForce >= 1) 57 57 { 58 this->windBuffer = OrxSound::ResourceSoundBuffer("sound /atmosphere/wind.wav");58 this->windBuffer = OrxSound::ResourceSoundBuffer("sounds/atmosphere/wind.wav"); 59 59 } 60 60
Note: See TracChangeset
for help on using the changeset viewer.