diff options
author | Travis Howell | 2004-02-10 10:56:16 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-10 10:56:16 +0000 |
commit | 9271ca5233dd097661fe6c9353425da8dc9d1f42 (patch) | |
tree | 9071cede47b5a499870f4ea638d113795565a047 | |
parent | 6626a53e65b7ffb0d08961824664a20385f327da (diff) | |
download | scummvm-rg350-9271ca5233dd097661fe6c9353425da8dc9d1f42.tar.gz scummvm-rg350-9271ca5233dd097661fe6c9353425da8dc9d1f42.tar.bz2 scummvm-rg350-9271ca5233dd097661fe6c9353425da8dc9d1f42.zip |
Previous method wouldn't work, since each langague is in different directory.
svn-id: r12810
-rw-r--r-- | common/file.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/common/file.cpp b/common/file.cpp index 4b43fb49bb..cbb2b58189 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -78,14 +78,7 @@ FILE *File::fopenNoCase(const char *filename, const char *directory, const char "execute/", "EXECUTE/", // Simon the Sorcerer 2 Amiga/Mac - "french/", - "FRENCH/", - "hebrew/", - "HEBREW/", - "italian/", - "ITALIAN/", - "spanish/", - "SPANISH/", + "../", "voices/", "VOICES/", // sword1/2 stuff if user just copied files without putting |