diff options
author | Jonathan Gray | 2004-01-06 12:52:08 +0000 |
---|---|---|
committer | Jonathan Gray | 2004-01-06 12:52:08 +0000 |
commit | 1356d4c35415c09830a15c9689087a7a3336149d (patch) | |
tree | b68fb9405c76c1e3fe582f24b4183c9cc122299a | |
parent | 033ff78ae97e2ef8580abe6abe8e11a32e5287c9 (diff) | |
download | scummvm-rg350-1356d4c35415c09830a15c9689087a7a3336149d.tar.gz scummvm-rg350-1356d4c35415c09830a15c9689087a7a3336149d.tar.bz2 scummvm-rg350-1356d4c35415c09830a15c9689087a7a3336149d.zip |
add missing comma to ensure all directories are checked
svn-id: r12177
-rw-r--r-- | common/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.cpp b/common/file.cpp index d672668e8f..d1b4552bde 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -85,7 +85,7 @@ FILE *File::fopenNoCase(const char *filename, const char *directory, const char "CLUSTERS/", "clusters/", "SPEECH/", - "speech/" + "speech/", "SWORD2/", "sword2/" }; |