Changeset 10366 in orxonox.OLD for branches/playability.merge/src/world_entities/sound_entity.cc
- Timestamp:
- Jan 25, 2007, 12:48:13 PM (18 years ago)
- Location:
- branches/playability.merge
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability.merge
- Property svn:ignore
-
old new 10 10 autom4te.cache 11 11 aclocal.m4 12 tags 13 test.bmp 14 config.sub 15 config.guess 16 OrxonoxPlayability.kdevses 17 OrxonoxPlayability.kdevelop.pcs
-
- Property svn:ignore
-
branches/playability.merge/src/world_entities/sound_entity.cc
r10351 r10366 17 17 #include "sound_entity.h" 18 18 19 #include "util/loading/load_param.h" 19 20 #include "util/loading/factory.h" 20 21 #include "material.h" … … 43 44 this->loadParams(root); 44 45 45 this->thunderBuffer = OrxSound::ResourceSoundBuffer("sounds/atmosphere/thunder.wav");46 // this->thunderBuffer = OrxSound::ResourceSoundBuffer("sounds/atmosphere/thunder.wav"); 46 47 } 47 48 … … 73 74 * @param fileName name of the sound source 74 75 */ 75 void SoundEntity::setSoundFile(const std::string fileName)76 void SoundEntity::setSoundFile(const std::string& fileName) 76 77 { 77 78 this->soundBuffer = OrxSound::ResourceSoundBuffer(fileName);
Note: See TracChangeset
for help on using the changeset viewer.