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

somaen einarjohants at gmail.com
Tue Aug 6 20:56:50 CEST 2019


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:
e293ef0ed5 WINTERMUTE: Fix detection for Chinese reversion2


Commit: e293ef0ed5279be7911e76e90c5660a2b9306741
    https://github.com/scummvm/scummvm/commit/e293ef0ed5279be7911e76e90c5660a2b9306741
Author: aviloria (aviloria at yahoo.com)
Date: 2019-08-06T20:56:47+02:00

Commit Message:
WINTERMUTE: Fix detection for Chinese reversion2

WINTERMUTE: Fix detection for Chinese reversion2

Current "data.dcp" infromation is from reversion1 and not from reversion2 game... surely a C&P mistake

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index ed6011e..2db6535 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1724,7 +1724,7 @@ static const WMEGameDescription gameDescriptions[] = {
 	// Reversion: The Meeting (Chinese)
 	WME_WINENTRY("reversion2", "",
 		WME_ENTRY2s("xlanguage_nz.dcp", "8c3709474a87a7876109025dff41ff3f", 8746015,
-					"data.dcp", "cb9865dc7e1db2990a8cf4bc13cf4999", 257643032), Common::ZH_CNA, ADGF_UNSTABLE, WME_1_9_3),
+					"data.dcp", "f7938cbfdc48f07934550245a3286921", 255672016), Common::ZH_CNA, ADGF_UNSTABLE, WME_1_9_3),
 
 	// Reversion: The Meeting (English)
 	WME_WINENTRY("reversion2", "",





More information about the Scummvm-git-logs mailing list