[Scummvm-git-logs] scummvm master -> 730ac585b19eae3dd7ba611ccac73accada2fdbb

NMIError noreply at scummvm.org
Thu Jun 9 18:44:40 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:
730ac585b1 CHEWY: Mark German demo as unsupported


Commit: 730ac585b19eae3dd7ba611ccac73accada2fdbb
    https://github.com/scummvm/scummvm/commit/730ac585b19eae3dd7ba611ccac73accada2fdbb
Author: Coen Rampen (crampen at gmail.com)
Date: 2022-06-09T20:44:30+02:00

Commit Message:
CHEWY: Mark German demo as unsupported

This version of the game currently crashes on load.

Changed paths:
    engines/chewy/detection.cpp


diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp
index c6453497edd..a6c12fe85de 100644
--- a/engines/chewy/detection.cpp
+++ b/engines/chewy/detection.cpp
@@ -98,7 +98,7 @@ static const ChewyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("txt/atds.tap", "c3be5641e90dd01274309b778cf8146d", 230686),
 			Common::DE_DEU,
 			Common::kPlatformDOS,
-			ADGF_DEMO | ADGF_TESTING,
+			ADGF_DEMO | ADGF_UNSUPPORTED,
 			GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD)
 		},
 	},




More information about the Scummvm-git-logs mailing list