diff options
author | Travis Howell | 2004-02-06 00:58:24 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-06 00:58:24 +0000 |
commit | c29e0d2dd0144b1f0c23bafa0d3cca7d9b9893be (patch) | |
tree | 14fb7697f55f2a4862381dab0aa144395112d423 | |
parent | 7038f2f6cf02671beb02bc00b86fef2219ad828a (diff) | |
download | scummvm-rg350-c29e0d2dd0144b1f0c23bafa0d3cca7d9b9893be.tar.gz scummvm-rg350-c29e0d2dd0144b1f0c23bafa0d3cca7d9b9893be.tar.bz2 scummvm-rg350-c29e0d2dd0144b1f0c23bafa0d3cca7d9b9893be.zip |
Add extra paths for international version of Simon the Sorcerer 1, so game can be played from CD.
svn-id: r12745
-rw-r--r-- | common/file.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/file.cpp b/common/file.cpp index d1b4552bde..4b43fb49bb 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -78,6 +78,14 @@ 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 |