From c8aa63e553dcb727b5eaf5da156ddee19491fc9d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 6 Jun 2009 17:59:04 +0000 Subject: Disable load from the launcher button for AGOS and Gob games with use of GUI options svn-id: r41277 --- engines/agos/detection.cpp | 2 +- engines/gob/detection.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp index d44081967f..7877e19646 100644 --- a/engines/agos/detection.cpp +++ b/engines/agos/detection.cpp @@ -100,7 +100,7 @@ static const ADParams detectionParams = { // Flags 0, // Additional GUI options (for every game} - Common::GUIO_NONE + Common::GUIO_NOLAUNCHLOAD }; using namespace AGOS; diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 776a3b8c2a..04e50fdbc0 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -3677,7 +3677,7 @@ static const ADParams detectionParams = { // Flags 0, // Additional GUI options (for every game} - Common::GUIO_NONE + Common::GUIO_NOLAUNCHLOAD }; class GobMetaEngine : public AdvancedMetaEngine { -- cgit v1.2.3