Skip to content

Commit

Permalink
DREAMWEB: disable load button in launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoliman committed Jul 6, 2011
1 parent 559c278 commit 478279a
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 478279a

Please sign in to comment.