aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--engines/drascula/detection.cpp17
2 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 67787229c0..bf18af3910 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
For a more comprehensive changelog for the latest experimental SVN code, see:
http://scummvm.svn.sourceforge.net/viewvc/scummvm/?view=log
1.3.0 (????-??-??)
+ Drascula:
+ - Added German and French subtitles in the Von Braun cutscene (#3069981:
+ no subtitles in scene with "von Braun").
+ - Improved French translation of the game.
+
SCI:
- Improved support for non-English versions of games.
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp
index c10222cadd..0dafcdc3cd 100644
--- a/engines/drascula/detection.cpp
+++ b/engines/drascula/detection.cpp
@@ -240,6 +240,23 @@ static const DrasculaGameDescription gameDescriptions[] = {
GUIO_NONE
},
},
+
+ {
+ // Drascula French version (ScummVM repacked files)
+ {
+ "drascula",
+ 0,
+ {
+ {"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
+ {"packet.002", 1, "7b83cedb9bb326ed5143e5c459508d43", 722383},
+ {NULL, 0, NULL, 0}
+ },
+ Common::FR_FRA,
+ Common::kPlatformPC,
+ GF_PACKED,
+ GUIO_NONE
+ },
+ },
{ AD_TABLE_END_MARKER }
};