diff options
Diffstat (limited to 'engines/testbed')
-rw-r--r-- | engines/testbed/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp index b869bb8ebb..02a9dfcb87 100644 --- a/engines/testbed/detection.cpp +++ b/engines/testbed/detection.cpp @@ -40,7 +40,7 @@ static const ADGameDescription testbedDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS, - Common::GUIO_NONE + GUIO0() }, AD_TABLE_END_MARKER }; |