[Scummvm-git-logs] scummvm master -> 89e9932cc35501f2dfd8f32be56c413172a56171

bluegr bluegr at gmail.com
Sun Jan 10 07:52:02 UTC 2021


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:
89e9932cc3 WINTERMUTE: Add Reversion 3 (Steam, November 2020)


Commit: 89e9932cc35501f2dfd8f32be56c413172a56171
    https://github.com/scummvm/scummvm/commit/89e9932cc35501f2dfd8f32be56c413172a56171
Author: aviloria (aviloria at yahoo.com)
Date: 2021-01-10T09:51:57+02:00

Commit Message:
WINTERMUTE: Add Reversion 3 (Steam, November 2020)

Main game files and all other language files are the same as May 2020 release

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index e92c7b865a..0579cb4d77 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -3792,6 +3792,11 @@ static const WMEGameDescription gameDescriptions[] = {
 		WME_ENTRY2s("data.dcp", "5df2540652f0b77d8bb48e7454840c5e", 1806937960,
 					"xlanguage_zh_t.dcp", "6ca6a83edad54ec1c384fbcea2989ee4", 10170999), Common::ZH_TWN, ADGF_UNSTABLE, WME_1_9_2),
 
+	// Reversion: The Return (Steam, November 2020) (Serbian)
+	WME_WINENTRY("reversion3", "",
+		WME_ENTRY2s("data.dcp", "5df2540652f0b77d8bb48e7454840c5e", 1806937960,
+					"xlanguage_sr.dcp", "dc43cc4e382dfa8b4a336e9fcc723bf3", 10164273), Common::SR_SER, ADGF_UNSTABLE, WME_1_9_2),
+
 	// Reversion: The Return (Steam, December 2020) (Spanish)
 	WME_WINENTRY("reversion3", "",
 		WME_ENTRY2s("data.dcp", "ca788ebe1b607c24c3e4db4771c16559", 1806937971,




More information about the Scummvm-git-logs mailing list