From 354c69c0d9e987e16e89f9f5cef29f623ce95858 Mon Sep 17 00:00:00 2001 From: aviloria Date: Mon, 2 Dec 2019 19:39:31 +0100 Subject: WINTERMUTE: Fixed a wrong file name Just a C&P mistake...--- engines/wintermute/detection_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 800fc57705..ae8f93b768 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -2784,7 +2784,7 @@ static const WMEGameDescription gameDescriptions[] = { // Wilma Tetris WME_WINENTRY("wtetris", "", - WME_ENTRY1s("wtetris.exe", "0898412c1d7c5b759089b2408a9591fe", 2779976), Common::EN_ANY, ADGF_UNSTABLE, WME_1_1_39), + WME_ENTRY1s("data.dcp", "0898412c1d7c5b759089b2408a9591fe", 2779976), Common::EN_ANY, ADGF_UNSTABLE, WME_1_1_39), // Wilma Tetris WME_WINENTRY("wtetris", "", -- cgit v1.2.3