Changeset 4985 in orxonox.OLD for orxonox/trunk/src/lib/sound/ogg_player.cc
- Timestamp:
- Aug 12, 2005, 12:55:21 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/sound/ogg_player.cc
r4961 r4985 20 20 21 21 #include "ogg_player.h" 22 23 #include "sound_engine.h" 22 24 23 25 #include "debug.h" … … 75 77 alSourcef (source, AL_ROLLOFF_FACTOR, 0.0 ); 76 78 alSourcei (source, AL_SOURCE_RELATIVE, AL_TRUE ); 79 alSourcef (source, AL_GAIN, SoundEngine::getInstance()->getMusicVolume()); 77 80 } 78 81
Note: See TracChangeset
for help on using the changeset viewer.