[Scummvm-git-logs] scummvm branch-2-3 -> f0077ed484a6e32da4681930747aae08fcf71712
NMIError
60350957+NMIError at users.noreply.github.com
Thu Sep 2 20:17:59 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:
f0077ed484 TOON: Mark English demo as unstable
Commit: f0077ed484a6e32da4681930747aae08fcf71712
https://github.com/scummvm/scummvm/commit/f0077ed484a6e32da4681930747aae08fcf71712
Author: Coen Rampen (crampen at gmail.com)
Date: 2021-09-02T22:17:55+02:00
Commit Message:
TOON: Mark English demo as unstable
There seem to be some differences in the data structures between the English
demo and the other versions of the game, which causes ScummVM to reference
invalid animations, hotspots and fonts. Marked it as unstable for now.
Changed paths:
engines/toon/detection.cpp
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp
index 84e2cc9112..03ffd120b5 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_DEMO, GUIO1(GUIO_NOMIDI)
+ Common::EN_ANY, Common::kPlatformDOS, ADGF_UNSTABLE, GUIO1(GUIO_NOMIDI)
},
{
// English 2-CD "Sold out" release
More information about the Scummvm-git-logs
mailing list