[Scummvm-git-logs] scummvm master -> 74ce26fd758090d185b74e6e9b075422ff9f7d46
sev-
sev at scummvm.org
Wed Apr 21 21:47:49 UTC 2021
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:
74ce26fd75 LURE: Added additional English VGA version. Doesn't run yet. Bugreport #11441
Commit: 74ce26fd758090d185b74e6e9b075422ff9f7d46
https://github.com/scummvm/scummvm/commit/74ce26fd758090d185b74e6e9b075422ff9f7d46
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-21T23:47:36+02:00
Commit Message:
LURE: Added additional English VGA version. Doesn't run yet. Bugreport #11441
Changed paths:
engines/lure/detection.cpp
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp
index 639bc08674..92c3254cc4 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -73,6 +73,24 @@ static const LureGameDescription gameDescriptions[] = {
GF_FLOPPY,
},
+ { // VGA version. Assembled 11:13:50 on 08/04/92
+ // Bugreport #11441
+ {
+ "lure",
+ _s("Missing game code"), // Reason for being unsupported
+ AD_ENTRY1s("disk1.vga", "fbb0fca025579c0eda81d832d1fa5567", 615008),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_UNSUPPORTED,
+#ifdef USE_TTS
+ GUIO1(GAMEOPTION_TTS_NARRATOR)
+#else
+ GUIO0()
+#endif
+ },
+ GF_FLOPPY,
+ },
+
{
{
"lure",
More information about the Scummvm-git-logs
mailing list