[Scummvm-git-logs] scummvm master -> 24fc2ab71427fc39941f31f8dd1c8568b42f2302

aquadran noreply at scummvm.org
Sat May 31 22:23:34 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
24fc2ab714 WINTERMUTE: Mark Bickadoodle as supported


Commit: 24fc2ab71427fc39941f31f8dd1c8568b42f2302
    https://github.com/scummvm/scummvm/commit/24fc2ab71427fc39941f31f8dd1c8568b42f2302
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-06-01T00:23:30+02:00

Commit Message:
WINTERMUTE: Mark Bickadoodle as supported

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index e73bf3734da..c83b35ae047 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -497,19 +497,19 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Bickadoodle
 	WME_WINENTRY("bickadoodle", "",
-		WME_ENTRY1s("data.dcp", "84db4d1594cac95e25614985775d10a8", 35303844), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+		WME_ENTRY1s("data.dcp", "84db4d1594cac95e25614985775d10a8", 35303844), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_1),
 
 	// Bickadoodle (Ver 1.1)
 	WME_WINENTRY("bickadoodle", "Version 1.1",
-		WME_ENTRY1s("data.dcp", "8bb52ac9a9ee129c5059e8e808b669d7", 35337760), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+		WME_ENTRY1s("data.dcp", "8bb52ac9a9ee129c5059e8e808b669d7", 35337760), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_1),
 
 	// Bickadoodle (Ver 1.2)
 	WME_WINENTRY("bickadoodle", "Version 1.2",
-		WME_ENTRY1s("data.dcp", "1796a48f3ed72dd785ce93334ab883cc", 35337760), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+		WME_ENTRY1s("data.dcp", "1796a48f3ed72dd785ce93334ab883cc", 35337760), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_1),
 
 	// Bickadoodle (https://web.archive.org/web/20150516210632/http://aethericgames.com/games/bickadoodle/download-bickadoodle/)
 	WME_WINENTRY("bickadoodle", "",
-		WME_ENTRY1s("data.dcp", "1584d83577c32add0fce27fae91141a2", 35337728), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+		WME_ENTRY1s("data.dcp", "1584d83577c32add0fce27fae91141a2", 35337728), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_1),
 
 	// BookMania
 	WME_WINENTRY("bookmania", "",




More information about the Scummvm-git-logs mailing list