[Scummvm-git-logs] scummvm master -> d1abad3e5d94d28264598188716eaf0a08924738

aquadran noreply at scummvm.org
Sun Jul 10 21:29:32 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:
d1abad3e5d WINTERMUTE: Added 'BookMania' game entry


Commit: d1abad3e5d94d28264598188716eaf0a08924738
    https://github.com/scummvm/scummvm/commit/d1abad3e5d94d28264598188716eaf0a08924738
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-10T23:29:27+02:00

Commit Message:
WINTERMUTE: Added 'BookMania' game entry

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index d7a81ed5370..4af4456cb0c 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -41,6 +41,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"barrowhilldp",    "Barrow Hill - The Dark Path"},
 	{"basisoctavus",    "Basis Octavus"},
 	{"bickadoodle",     "Bickadoodle"},
+	{"bookmania",       "BookMania"},
 	{"bookofgron",      "Book of Gron Part One"},
 	{"bthreshold",      "Beyond the Threshold"},
 	{"carolreed4",      "Carol Reed 4 - East Side Story"},
@@ -472,6 +473,10 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("bickadoodle", "",
 		WME_ENTRY1s("data.dcp", "1584d83577c32add0fce27fae91141a2", 35337728), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
 
+	// BookMania
+	WME_WINENTRY("bookmania", "",
+		WME_ENTRY1s("bookmania.exe", "2c7c950a7e7c5b3a30e83a6cd603789b", 5084057), Common::CS_CZE, ADGF_UNSTABLE, WME_1_9_1),
+
 	// Book of Gron Part One
 	WME_WINENTRY("bookofgron", "",
 		WME_ENTRY1s("data.dcp", "e61b2ebee044a82fa0f8ca0fce2c8946", 83129531), Common::RU_RUS, ADGF_UNSTABLE, WME_1_9_1),




More information about the Scummvm-git-logs mailing list