DREAMWEB: disable load button in launcher
This commit is contained in:
parent
559c278b09
commit
478279a4b7
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue