[Scummvm-git-logs] scummvm master -> 0bf7c87361f61dd6104d545a7932870bb7d9368f
NMIError
60350957+NMIError at users.noreply.github.com
Sun Sep 5 21:17:01 UTC 2021
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:
0bf7c87361 TOON: Restore demo flag for English demo
Commit: 0bf7c87361f61dd6104d545a7932870bb7d9368f
https://github.com/scummvm/scummvm/commit/0bf7c87361f61dd6104d545a7932870bb7d9368f
Author: Coen Rampen (crampen at gmail.com)
Date: 2021-09-05T23:16:52+02:00
Commit Message:
TOON: Restore demo flag for English demo
Changed paths:
engines/toon/detection.cpp
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp
index 03ffd120b5..e311a5eb08 100644
--- a/engines/toon/detection.cpp
+++ b/engines/toon/detection.cpp
@@ -115,7 +115,7 @@ static const ADGameDescription gameDescriptions[] = {
{"generic.svl", 0, "5c42724bb93b360dca7044d6b7ef26e5", 7739319},
AD_LISTEND
},
- Common::EN_ANY, Common::kPlatformDOS, ADGF_UNSTABLE, GUIO1(GUIO_NOMIDI)
+ Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO | ADGF_UNSTABLE, GUIO1(GUIO_NOMIDI)
},
{
// English 2-CD "Sold out" release
More information about the Scummvm-git-logs
mailing list