aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
diff options
context:
space:
mode:
authorChris Apers2003-09-08 12:59:08 +0000
committerChris Apers2003-09-08 12:59:08 +0000
commita304d550c074b734f5c3efa2d0d54ac9cf228277 (patch)
treed429aec1a0ad399c89476cd0c81f788133800c1a /common/file.cpp
parentac72d0cec721ccd8420112c6f3092514218e2cc9 (diff)
downloadscummvm-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
Diffstat (limited to 'common/file.cpp')
-rw-r--r--common/file.cpp2
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/",