[Scummvm-git-logs] scummvm master -> 4cdfd681b9e0645f9ae6cfc2c21f5205f7a3d91e
sluicebox
noreply at scummvm.org
Tue Mar 24 23:35:22 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
4cdfd681b9 TINSEL: Fix DW1 DOS Italian CD detection entry
Commit: 4cdfd681b9e0645f9ae6cfc2c21f5205f7a3d91e
https://github.com/scummvm/scummvm/commit/4cdfd681b9e0645f9ae6cfc2c21f5205f7a3d91e
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2026-03-24T18:34:57-05:00
Commit Message:
TINSEL: Fix DW1 DOS Italian CD detection entry
Fixes multi-language options appearing in a game with one language.
The incorrect values appear copied from the DOS European CD entry.
Changed paths:
engines/tinsel/detection_tables.h
diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index 135f79f8466..03a92ccb6d1 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -282,12 +282,12 @@ static const TinselGameDescription gameDescriptions[] = {
},
Common::IT_ITA,
Common::kPlatformDOS,
- ADGF_DROPLANGUAGE | ADGF_CD,
+ ADGF_CD,
GUIO0()
},
GID_DW1,
0,
- GF_USE_4FLAGS | GF_ENHANCED_AUDIO_SUPPORT,
+ GF_ENHANCED_AUDIO_SUPPORT,
TINSEL_V1,
},
More information about the Scummvm-git-logs
mailing list