diff options
author | Filippos Karapetis | 2012-12-15 21:07:38 +0200 |
---|---|---|
committer | Filippos Karapetis | 2012-12-15 21:07:38 +0200 |
commit | 1214b7a7e4c38c7e676351512a4c6d7a2bb46610 (patch) | |
tree | 2117d23230691de21dbcaaf50ce483909461aeab /engines | |
parent | 6f81d914f2e5acfb3b31cae86cb61121ff5624ed (diff) | |
download | scummvm-rg350-1214b7a7e4c38c7e676351512a4c6d7a2bb46610.tar.gz scummvm-rg350-1214b7a7e4c38c7e676351512a4c6d7a2bb46610.tar.bz2 scummvm-rg350-1214b7a7e4c38c7e676351512a4c6d7a2bb46610.zip |
TINSEL: Enable the detection entries for DW1 Mac (both the demo and the full version)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tinsel/detection_tables.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h index 631c2dce14..4762acfe2c 100644 --- a/engines/tinsel/detection_tables.h +++ b/engines/tinsel/detection_tables.h @@ -69,7 +69,7 @@ static const TinselGameDescription gameDescriptions[] = { 0, TINSEL_V1, }, -#if 0 + { // Macintosh CD Demo V1 version, with *.scn files, see tracker #3110936 { "dw", @@ -89,7 +89,7 @@ static const TinselGameDescription gameDescriptions[] = { GF_SCNFILES, TINSEL_V1, }, -#endif + { // Multilingual Floppy V1 with *.gra files. // Note: It contains no english subtitles. { @@ -474,7 +474,6 @@ static const TinselGameDescription gameDescriptions[] = { }, #endif -#if 0 { // Mac multilanguage CD { "dw", @@ -495,8 +494,6 @@ static const TinselGameDescription gameDescriptions[] = { TINSEL_V1, }, -#endif - { // German CD re-release "Neon Edition" // Note: This release has ENGLISH.TXT (with german content) instead of GERMAN.TXT { |