[Scummvm-git-logs] scummvm master -> fcb2442875c924a91211aeae80ad66714ff1715e
sev-
sev at scummvm.org
Tue Feb 11 21:35:11 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
fcb2442875 TESTBED: Set the NOLAUNCHLOAD GUI option
Commit: fcb2442875c924a91211aeae80ad66714ff1715e
https://github.com/scummvm/scummvm/commit/fcb2442875c924a91211aeae80ad66714ff1715e
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2020-02-11T22:35:06+01:00
Commit Message:
TESTBED: Set the NOLAUNCHLOAD GUI option
Changed paths:
engines/testbed/detection.cpp
diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp
index 5753787..f31eecb 100644
--- a/engines/testbed/detection.cpp
+++ b/engines/testbed/detection.cpp
@@ -40,7 +40,7 @@ static const ADGameDescription testbedDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOLAUNCHLOAD)
},
AD_TABLE_END_MARKER
};
More information about the Scummvm-git-logs
mailing list