aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/subtitles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/subtitles.cpp')
-rw-r--r--engines/xeen/subtitles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/subtitles.cpp b/engines/xeen/subtitles.cpp
index 86dff2dac8..168ed1d4ea 100644
--- a/engines/xeen/subtitles.cpp
+++ b/engines/xeen/subtitles.cpp
@@ -40,7 +40,7 @@ Subtitles::~Subtitles() {
void Subtitles::loadSubtitles() {
File f("special.bin");
- if (!g_vm->_files->_isDarkCc) {
+ if (!g_vm->_files->_ccNum) {
// The first subtitle line contains all the text for the Clouds intro. Since ScummVM allows
// both voice and subtitles at the same time, unlike the original, we need to split up the
// first subtitle into separate lines to allow them to better interleave with the voice