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/gob/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/detection.cpp') 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