aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/agi/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/sound.cpp b/engines/agi/sound.cpp
index 9dda3e91f5..cb4e307ea6 100644
--- a/engines/agi/sound.cpp
+++ b/engines/agi/sound.cpp
@@ -175,10 +175,10 @@ SoundMgr::SoundMgr(AgiEngine *agi, Audio::Mixer *pMixer) {
switch (_vm->_soundemu) {
case SOUND_EMU_NONE:
case SOUND_EMU_AMIGA:
- case SOUND_EMU_PC:
case SOUND_EMU_MAC:
_soundGen = new SoundGenSarien(_vm, pMixer);
break;
+ case SOUND_EMU_PC:
case SOUND_EMU_PCJR:
_soundGen = new SoundGenPCJr(_vm, pMixer);
break;