Increase the maximum number of simultanious audio streams to the maximum defined by plib

This commit is contained in:
ehofman
2003-06-20 19:44:41 +00:00
parent ab34b86574
commit e74c8587bd

View File

@@ -107,7 +107,7 @@ SGSoundMgr::SGSoundMgr() {
if ( audio_sched->notWorking() ) {
SG_LOG( SG_GENERAL, SG_ALERT, "Audio initialization failed!" );
} else {
audio_sched -> setMaxConcurrent ( 6 );
audio_sched -> setMaxConcurrent ( SL_MAX_MIXERINPUTS );
audio_mixer = new smMixer;