From a304d550c074b734f5c3efa2d0d54ac9cf228277 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Mon, 8 Sep 2003 12:59:08 +0000 Subject: Some files are located in a different folder in Atari-ST version of Zak svn-id: r10087 --- common/file.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/file.cpp') 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/", -- cgit v1.2.3