aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
diff options
context:
space:
mode:
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/",