[Scummvm-git-logs] scummvm branch-2-6 -> d814d85088f606fb6bb59897c8fdc7a27576cd0e
bluegr
noreply at scummvm.org
Mon Jul 4 07:19:44 UTC 2022
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:
d814d85088 TOON: Require onetime.pak to be present in the German demo
Commit: d814d85088f606fb6bb59897c8fdc7a27576cd0e
https://github.com/scummvm/scummvm/commit/d814d85088f606fb6bb59897c8fdc7a27576cd0e
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2022-07-04T10:19:26+03:00
Commit Message:
TOON: Require onetime.pak to be present in the German demo
The German demo has an installer that copies part of the game's
resources, but omits all the files that are needed to actually run it.
Thus, require onetime.pak to be present (a required resource), which
will ignore directories that the demo installer has created
Changed paths:
engines/toon/detection.cpp
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp
index b613a3c5847..baab14dac15 100644
--- a/engines/toon/detection.cpp
+++ b/engines/toon/detection.cpp
@@ -103,6 +103,7 @@ static const ADGameDescription gameDescriptions[] = {
{"local.pak", 0, "bf5da4c03f78ffbd643f12122319366e", 3250841},
{"wacexdbl.emc", 0, "cfbc2156a31b294b038204888407ebc8", 6974},
{"generic.svl", 0, "5eb99850ada22f0b8cf6392262d4dd07", 9404599},
+ {"onetime.pak", 0, "b344aee5fd43b7438c322fb29f860205", 468667 },
AD_LISTEND
},
Common::DE_DEU, Common::kPlatformDOS, ADGF_DEMO, GUIO1(GUIO_NOMIDI)
More information about the Scummvm-git-logs
mailing list