From 32972a5ffb180c9e8a6a9eae51d0e7564ce76d9e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 23 Oct 2011 17:52:43 +0100 Subject: AD: Switched rest of the engines to new GUIO --- engines/draci/detection.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'engines/draci') diff --git a/engines/draci/detection.cpp b/engines/draci/detection.cpp index e7fbaf62ef..e483e8ca9f 100644 --- a/engines/draci/detection.cpp +++ b/engines/draci/detection.cpp @@ -35,8 +35,6 @@ static const PlainGameDescriptor draciGames[] = { namespace Draci { -using Common::GUIO_NONE; - const ADGameDescription gameDescriptions[] = { { "draci", @@ -45,7 +43,7 @@ const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, { @@ -55,7 +53,7 @@ const ADGameDescription gameDescriptions[] = { Common::CZ_CZE, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, { @@ -65,7 +63,7 @@ const ADGameDescription gameDescriptions[] = { Common::PL_POL, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, { @@ -75,7 +73,7 @@ const ADGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO_NONE + GUIO1(GUIO_NONE) }, AD_TABLE_END_MARKER -- cgit v1.2.3