From fb210bd45fc5f02038f3c5602d9ba602fd60b1a0 Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Date: Thu, 17 Jun 2010 20:24:01 +0000 Subject: added a FS test to open and read a file from the game-data dir svn-id: r49948 --- engines/testbed/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/testbed/detection.cpp') diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp index 317b9e7dbd..bbe08e8556 100644 --- a/engines/testbed/detection.cpp +++ b/engines/testbed/detection.cpp @@ -50,7 +50,7 @@ public: if (!file->isDirectory()) { const char *gameName = file->getName().c_str(); - if (0 == scumm_stricmp("README", gameName)) { + if (0 == scumm_stricmp("TESTBED", gameName)) { // You could check the contents of the file now if you need to. detectedGames.push_back(testbed_setting[0]); break; -- cgit v1.2.3