[Scummvm-cvs-logs] scummvm master -> d4696e6a1837b5d6204d077563edf78e15775fba

whoozle whoozle at yandex.ru
Wed Jul 6 08:53:12 CEST 2011


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
478279a4b7 DREAMWEB: disable load button in launcher
d4696e6a18 Merge pull request #53 from tsoliman/dreamweb-disable-launcher-loading


Commit: 478279a4b7ea1139d28ebdcfd3221bbe23f39ccb
    https://github.com/scummvm/scummvm/commit/478279a4b7ea1139d28ebdcfd3221bbe23f39ccb
Author: Tarek Soliman (tarek at bashasoliman.com)
Date: 2011-07-05T17:31:34-07:00

Commit Message:
DREAMWEB: disable load button in launcher

Changed paths:
    engines/dreamweb/detection.cpp



diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp
index d32be6a..ef4a746 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 {


Commit: d4696e6a1837b5d6204d077563edf78e15775fba
    https://github.com/scummvm/scummvm/commit/d4696e6a1837b5d6204d077563edf78e15775fba
Author: Vladimir (whoozle at yandex.ru)
Date: 2011-07-05T23:51:18-07:00

Commit Message:
Merge pull request #53 from tsoliman/dreamweb-disable-launcher-loading

DREAMWEB: disable load button in launcher

Changed paths:
    engines/dreamweb/detection.cpp









More information about the Scummvm-git-logs mailing list