diff options
| author | Travis Howell | 2003-11-18 00:55:40 +0000 |
|---|---|---|
| committer | Travis Howell | 2003-11-18 00:55:40 +0000 |
| commit | 6c814c4864a06281070e184dd04f81395ae4bba2 (patch) | |
| tree | 64563081ffdb78f7271724b047a459101831d168 | |
| parent | 71a658f28d6c6de1a66158fc176329f8b33fabd1 (diff) | |
| download | scummvm-rg350-6c814c4864a06281070e184dd04f81395ae4bba2.tar.gz scummvm-rg350-6c814c4864a06281070e184dd04f81395ae4bba2.tar.bz2 scummvm-rg350-6c814c4864a06281070e184dd04f81395ae4bba2.zip | |
Add extra directory checks for Macintosh versions of indy3/loom
svn-id: r11333
| -rw-r--r-- | common/file.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/file.cpp b/common/file.cpp index cb6eb4545a..dd12361498 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -65,6 +65,9 @@ FILE *File::fopenNoCase(const char *filename, const char *directory, const char "", "rooms/", "ROOMS/", + "Rooms 1/", + "Rooms 2/", + "Rooms 3/", "video/", "VIDEO/", "data/", |
