diff options
Diffstat (limited to 'audio/softsynth/eas.cpp')
| -rw-r--r-- | audio/softsynth/eas.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/eas.cpp b/audio/softsynth/eas.cpp index ea79b25329..0631df2a7c 100644 --- a/audio/softsynth/eas.cpp +++ b/audio/softsynth/eas.cpp @@ -305,7 +305,7 @@ int MidiDriver_EAS::open() {  		warning("error opening EAS dump file");  #endif -	g_system->getMixer()->playStream(Audio::Mixer::kMusicSoundType, +	g_system->getMixer()->playStream(Audio::Mixer::kPlainSoundType,  										&_soundHandle, this, -1,  										Audio::Mixer::kMaxChannelVolume, 0,  										DisposeAfterUse::NO, true);  | 
