aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/state.cpp')
-rw-r--r--engines/sci/engine/state.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/engine/state.cpp b/engines/sci/engine/state.cpp
index b02ce030b3..da14d460f1 100644
--- a/engines/sci/engine/state.cpp
+++ b/engines/sci/engine/state.cpp
@@ -280,6 +280,9 @@ EngineState::DoSoundType EngineState::detectDoSoundType() {
_doSoundType = kDoSoundTypeSci1Early;
break;
case 0x13E:
+#ifdef ENABLE_SCI32
+ case 0x14B:
+#endif
_doSoundType = kDoSoundTypeSci1Late;
}
}