diff options
author | Chris Apers | 2003-09-08 12:59:08 +0000 |
---|---|---|
committer | Chris Apers | 2003-09-08 12:59:08 +0000 |
commit | a304d550c074b734f5c3efa2d0d54ac9cf228277 (patch) | |
tree | d429aec1a0ad399c89476cd0c81f788133800c1a | |
parent | ac72d0cec721ccd8420112c6f3092514218e2cc9 (diff) | |
download | scummvm-rg350-a304d550c074b734f5c3efa2d0d54ac9cf228277.tar.gz scummvm-rg350-a304d550c074b734f5c3efa2d0d54ac9cf228277.tar.bz2 scummvm-rg350-a304d550c074b734f5c3efa2d0d54ac9cf228277.zip |
Some files are located in a different folder in Atari-ST version of Zak
svn-id: r10087
-rw-r--r-- | common/file.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/file.cpp b/common/file.cpp index 3cd3e1eed7..ee1c288ccb 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -60,6 +60,8 @@ FILE *File::fopenNoCase(const char *filename, const char *directory, const char // FIXME this should probably be engine specific... const char *dirs[] = { "", + "rooms/", + "ROOMS/", "video/", "VIDEO/", "data/", |