aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir2011-07-05 23:51:18 -0700
committerVladimir2011-07-05 23:51:18 -0700
commitd4696e6a1837b5d6204d077563edf78e15775fba (patch)
treeb6708dc5b1fb3992b6e75a8bad641bb3c30eea1a
parent559c278b09baae63bb37a00fff3b781ac7448796 (diff)
parent478279a4b7ea1139d28ebdcfd3221bbe23f39ccb (diff)
downloadscummvm-rg350-d4696e6a1837b5d6204d077563edf78e15775fba.tar.gz
scummvm-rg350-d4696e6a1837b5d6204d077563edf78e15775fba.tar.bz2
scummvm-rg350-d4696e6a1837b5d6204d077563edf78e15775fba.zip
Merge pull request #53 from tsoliman/dreamweb-disable-launcher-loading
DREAMWEB: disable load button in launcher
-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 {