From 478279a4b7ea1139d28ebdcfd3221bbe23f39ccb Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Tue, 5 Jul 2011 19:31:34 -0500 Subject: [PATCH] DREAMWEB: disable load button in launcher --- engines/dreamweb/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp index d32be6a2b7a1..ef4a746b6253 100644 --- a/engines/dreamweb/detection.cpp +++ b/engines/dreamweb/detection.cpp @@ -43,7 +43,7 @@ class DreamWebMetaEngine : public AdvancedMetaEngine { AdvancedMetaEngine(DreamWeb::gameDescriptions, sizeof(DreamWeb::DreamWebGameDescription), dreamWebGames) { _singleid = "dreamweb"; - _guioptions = Common::GUIO_NOMIDI; + _guioptions = Common::GUIO_NOMIDI | Common::GUIO_NOLAUNCHLOAD; } virtual const char *getName() const {