[Scummvm-git-logs] scummvm master -> 8de955df266a3d874213d0d9abbfee636411faf1

lolbot-iichan lolbot_iichan at mail.ru
Sun Jun 21 19:37:34 UTC 2020


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:
8de955df26 WINTERMUTE: Remove GF_3D flag for Everyday Grey (#2342)


Commit: 8de955df266a3d874213d0d9abbfee636411faf1
    https://github.com/scummvm/scummvm/commit/8de955df266a3d874213d0d9abbfee636411faf1
Author: lolbot-iichan (lolbot_iichan at mail.ru)
Date: 2020-06-21T22:37:31+03:00

Commit Message:
WINTERMUTE: Remove GF_3D flag for Everyday Grey (#2342)

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index db4c2a3a94..f5d9937482 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -732,7 +732,7 @@ static const WMEGameDescription gameDescriptions[] = {
 	// Everyday Grey (work name was Philip Kane)
 	// NOTE: This game seems to be mistakenly marked as 2.5D at Wintermute wiki
 	WME_WINENTRY("everydaygray", "",
-		WME_ENTRY1s("data.dcp", "77afff4101adbddac07ecf22ffbb8212", 24436150), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_1),
+		WME_ENTRY1s("data.dcp", "77afff4101adbddac07ecf22ffbb8212", 24436150), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
 
 	// Face Noir (Bundle version)
 	// NOTE: This is a 2.5D game that is out of ScummVM scope	




More information about the Scummvm-git-logs mailing list