aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/agos/detection.cpp2
-rw-r--r--engines/gob/detection.cpp2
2 files changed, 2 insertions, 2 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;
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 {