diff options
author | Johannes Schickel | 2013-12-14 15:55:16 +0100 |
---|---|---|
committer | Johannes Schickel | 2013-12-14 16:01:57 +0100 |
commit | ec16611f69b9075cbe83f4126a062eb12c2656a4 (patch) | |
tree | a8356f15720fc1cb968f2be818dd510846197ce7 | |
parent | 620174ee95234ccd27186306961cf634671ce68f (diff) | |
download | scummvm-rg350-ec16611f69b9075cbe83f4126a062eb12c2656a4.tar.gz scummvm-rg350-ec16611f69b9075cbe83f4126a062eb12c2656a4.tar.bz2 scummvm-rg350-ec16611f69b9075cbe83f4126a062eb12c2656a4.zip |
TINSEL: Fix for bug #6469 "TINSEL: DW1 - No Sfx/Voice in German 4 Lang GRA Version".
Regression from d4a354c17f811faa916bf548a11a88cb51c3b7b2.
-rw-r--r-- | engines/tinsel/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h index cc8166f295..6e83fce3b1 100644 --- a/engines/tinsel/detection_tables.h +++ b/engines/tinsel/detection_tables.h @@ -319,7 +319,7 @@ static const TinselGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformDOS, - ADGF_DROPLANGUAGE, + ADGF_DROPLANGUAGE | ADGF_CD, GUIO0() }, GID_DW1, |