aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMatthew Stewart2018-08-03 20:25:27 -0400
committerEugene Sandulenko2018-08-09 08:37:30 +0200
commitd672fb6a3d1d78284f224cfe4ea1c755168be858 (patch)
tree98176feb6c4965191729f96f46d33c5efc8630d6 /engines
parent3a83f9b2d915d41ddbc5f9c4d75a37f4aec34012 (diff)
downloadscummvm-rg350-d672fb6a3d1d78284f224cfe4ea1c755168be858.tar.gz
scummvm-rg350-d672fb6a3d1d78284f224cfe4ea1c755168be858.tar.bz2
scummvm-rg350-d672fb6a3d1d78284f224cfe4ea1c755168be858.zip
STARTREK: Add FR, GER CD versions to detection.cpp
Diffstat (limited to 'engines')
-rw-r--r--engines/startrek/detection.cpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/engines/startrek/detection.cpp b/engines/startrek/detection.cpp
index 804d5dc8b1..08f38587ea 100644
--- a/engines/startrek/detection.cpp
+++ b/engines/startrek/detection.cpp
@@ -84,6 +84,34 @@ static const StarTrekGameDescription gameDescriptions[] = {
GF_CDROM,
},
+ { // ST25 DOS CD-ROM edition (FR)
+ {
+ "st25",
+ "CD",
+ AD_ENTRY1s("data.001", "57040928a0f374281aa86ba4e7db8444", 7815278),
+ Common::FR_FRA,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ GType_ST25,
+ GF_CDROM,
+ },
+
+ { // ST25 DOS CD-ROM edition (GER)
+ {
+ "st25",
+ "CD",
+ AD_ENTRY1s("data.001", "57040928a0f374281aa86ba4e7db8444", 7805836),
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ GType_ST25,
+ GF_CDROM,
+ },
+
{ // ST25 DOS floppy edition (EN)
{
"st25",