diff options
author | Tarek Soliman | 2011-07-05 19:31:34 -0500 |
---|---|---|
committer | Tarek Soliman | 2011-07-05 19:31:34 -0500 |
commit | 478279a4b7ea1139d28ebdcfd3221bbe23f39ccb (patch) | |
tree | b6708dc5b1fb3992b6e75a8bad641bb3c30eea1a /engines | |
parent | 559c278b09baae63bb37a00fff3b781ac7448796 (diff) | |
download | scummvm-rg350-478279a4b7ea1139d28ebdcfd3221bbe23f39ccb.tar.gz scummvm-rg350-478279a4b7ea1139d28ebdcfd3221bbe23f39ccb.tar.bz2 scummvm-rg350-478279a4b7ea1139d28ebdcfd3221bbe23f39ccb.zip |
DREAMWEB: disable load button in launcher
Diffstat (limited to 'engines')
-rw-r--r-- | engines/dreamweb/detection.cpp | 2 |
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 { |