[Scummvm-git-logs] scummvm master -> 43f9d85eefd9680316f6d81584c4c48570b7278e
sev-
sev at scummvm.org
Sun Apr 25 00:36:07 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:
43f9d85eef TINSEL: Fully revert accidental change to English detection entry
Commit: 43f9d85eefd9680316f6d81584c4c48570b7278e
https://github.com/scummvm/scummvm/commit/43f9d85eefd9680316f6d81584c4c48570b7278e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-25T02:32:19+02:00
Commit Message:
TINSEL: Fully revert accidental change to English detection entry
It was introduced in 1c63d9b9581ec9cb307d98ed44e352df9050d4d1 then
partially reverted in 826ad61d866bb34c830248287f51ef4c943e10d0
This reverts it fully, as now we are showing a warning to the users
that the DW2 CD version 2 is unstable
Changed paths:
engines/tinsel/detection_tables.h
diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index bcf8d63eaf..f19a035950 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -378,7 +378,7 @@ static const TinselGameDescription gameDescriptions[] = {
"english.smp", NULL, -1),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_CD | ADGF_UNSTABLE,
+ ADGF_CD,
GUIO0()
},
GID_DW1,
More information about the Scummvm-git-logs
mailing list