Skip to content

Commit

Permalink
Merge pull request #53 from tsoliman/dreamweb-disable-launcher-loading
Browse files Browse the repository at this point in the history
DREAMWEB: disable load button in launcher
  • Loading branch information
whoozle committed Jul 6, 2011
2 parents 559c278 + 478279a commit d4696e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/dreamweb/detection.cpp
Expand Up @@ -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 {
Expand Down

0 comments on commit d4696e6

Please sign in to comment.