From bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 16 Nov 2011 22:38:58 +0100 Subject: LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) --- 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 356d75f7ea..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, - GUIO1(GUIO_NONE) + GUIO0() }, AD_TABLE_END_MARKER }; -- cgit v1.2.3