aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.cpp')
-rw-r--r--common/file.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/file.cpp b/common/file.cpp
index 726b57b991..4f09b744d9 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -80,10 +80,12 @@ FILE *File::fopenNoCase(const char *filename, const char *directory, const char
// Simon the Sorcerer 2 Amiga/Mac
"voices/",
"VOICES/",
- // sword2 stuff if user just copied files without putting
+ // sword1/2 stuff if user just copied files without putting
// them all into the same dir like original installer did
"CLUSTERS/",
"clusters/",
+ "SPEECH/",
+ "speech/"
"SWORD2/",
"sword2/"
};