Skip to content

Commit

Permalink
WINTERMUTE: Fix detection for Chinese reversion2
Browse files Browse the repository at this point in the history
WINTERMUTE: Fix detection for Chinese reversion2

Current "data.dcp" infromation is from reversion1 and not from reversion2 game... surely a C&P mistake
  • Loading branch information
aviloria authored and somaen committed Aug 6, 2019
1 parent db445bf commit e293ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/wintermute/detection_tables.h
Expand Up @@ -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", "",
Expand Down

0 comments on commit e293ef0

Please sign in to comment.