aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/detection.cpp
diff options
context:
space:
mode:
authorTarek Soliman2011-07-05 19:31:34 -0500
committerTarek Soliman2011-07-05 19:31:34 -0500
commit478279a4b7ea1139d28ebdcfd3221bbe23f39ccb (patch)
treeb6708dc5b1fb3992b6e75a8bad641bb3c30eea1a /engines/dreamweb/detection.cpp
parent559c278b09baae63bb37a00fff3b781ac7448796 (diff)
downloadscummvm-rg350-478279a4b7ea1139d28ebdcfd3221bbe23f39ccb.tar.gz
scummvm-rg350-478279a4b7ea1139d28ebdcfd3221bbe23f39ccb.tar.bz2
scummvm-rg350-478279a4b7ea1139d28ebdcfd3221bbe23f39ccb.zip
DREAMWEB: disable load button in launcher
Diffstat (limited to 'engines/dreamweb/detection.cpp')
-rw-r--r--engines/dreamweb/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp
index d32be6a2b7..ef4a746b62 100644
--- a/engines/dreamweb/detection.cpp
+++ b/engines/dreamweb/detection.cpp
@@ -43,7 +43,7 @@ public:
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 {