[Scummvm-git-logs] scummvm master -> 310377033f334779dc39261c9cd20a295bb1cc04

bluegr bluegr at gmail.com
Tue May 28 07:11:53 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
310377033f STARTREK: Add detection for reported English floppy variant


Commit: 310377033f334779dc39261c9cd20a295bb1cc04
    https://github.com/scummvm/scummvm/commit/310377033f334779dc39261c9cd20a295bb1cc04
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2019-05-28T08:11:49+03:00

Commit Message:
STARTREK: Add detection for reported English floppy variant

Reported by ccorbacho in trac/#10921

Changed paths:
    engines/startrek/detection.cpp


diff --git a/engines/startrek/detection.cpp b/engines/startrek/detection.cpp
index 722e1d5..47238cb 100644
--- a/engines/startrek/detection.cpp
+++ b/engines/startrek/detection.cpp
@@ -140,6 +140,20 @@ static const StarTrekGameDescription gameDescriptions[] = {
 		0,
 	},
 
+	{ // ST25 DOS floppy edition (EN) #2
+		{
+			"st25",
+			"Floppy",
+			AD_ENTRY1s("data.001", "57040928a0f374281aa86ba4e7db8444", 7172238),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO0()
+		},
+		GType_ST25,
+		0,
+	},
+
 	{ // ST25 DOS floppy edition (GER)
 		{
 			"st25",





More information about the Scummvm-git-logs mailing list