From 95748c07cc2f6962ba3910e633f948bde6263549 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 24 Aug 2010 09:46:17 +0000 Subject: TINSEL: Partial fix for MIDI in German release. Bug #2827022: "DW: Enhanced music doesn't work". This release has completely different MIDI.DAT file. So far offsets and detection for this version were added. The mapping has to be confirmed with James Woodcock. svn-id: r52323 --- engines/tinsel/detection_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tinsel/detection_tables.h') diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h index b467cc613e..a2a32d2e13 100644 --- a/engines/tinsel/detection_tables.h +++ b/engines/tinsel/detection_tables.h @@ -394,7 +394,7 @@ static const TinselGameDescription gameDescriptions[] = { }, GID_DW1, 0, - GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT, + GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT | GF_ALT_MIDI, TINSEL_V1, }, -- cgit v1.2.3