aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorNeeraj Kumar2010-09-16 12:45:09 +0000
committerNeeraj Kumar2010-09-16 12:45:09 +0000
commit5c4f7ba267c3827edaa5117e3b3063fb7370766f (patch)
tree170cde1994a9b4d525793c0d37c5abd2d943ae8e /engines
parent039b864688622230bca2acd3cdcd76a562fc8bec (diff)
downloadscummvm-rg350-5c4f7ba267c3827edaa5117e3b3063fb7370766f.tar.gz
scummvm-rg350-5c4f7ba267c3827edaa5117e3b3063fb7370766f.tar.bz2
scummvm-rg350-5c4f7ba267c3827edaa5117e3b3063fb7370766f.zip
TESTBED: fixed detection
svn-id: r52747
Diffstat (limited to 'engines')
-rw-r--r--engines/testbed/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp
index 2558c5716e..d335fd2dfd 100644
--- a/engines/testbed/detection.cpp
+++ b/engines/testbed/detection.cpp
@@ -41,7 +41,7 @@ static const ADGameDescription testbedDescriptions[] = {
{
"testbed",
"",
- AD_ENTRY1(NULL, 0), // No data files required
+ AD_ENTRY1("TESTBED", 0), // Game-data file for detection.
Common::EN_ANY,
Common::kPlatformPC,
ADGF_NO_FLAGS,