aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,