aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/detection.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2009-06-06 17:59:04 +0000
committerEugene Sandulenko2009-06-06 17:59:04 +0000
commitc8aa63e553dcb727b5eaf5da156ddee19491fc9d (patch)
treef73a8c892ecb71d573c32d1aa0cc782df66f3864 /engines/agos/detection.cpp
parent472e5906cad12161b39a8723b422221554208ce1 (diff)
downloadscummvm-rg350-c8aa63e553dcb727b5eaf5da156ddee19491fc9d.tar.gz
scummvm-rg350-c8aa63e553dcb727b5eaf5da156ddee19491fc9d.tar.bz2
scummvm-rg350-c8aa63e553dcb727b5eaf5da156ddee19491fc9d.zip
Disable load from the launcher button for AGOS and Gob games with use of GUI options
svn-id: r41277
Diffstat (limited to 'engines/agos/detection.cpp')
-rw-r--r--engines/agos/detection.cpp2
1 files changed, 1 insertions, 1 deletions
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;