[Scummvm-git-logs] scummvm master -> 829eba0f8282899b556ba8c5f0a86b4609d0ff57
mgerhardy
martin.gerhardy at gmail.com
Tue Oct 26 07:58:04 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:
829eba0f82 TWINE: Add French demo dated 21 October 1994
Commit: 829eba0f8282899b556ba8c5f0a86b4609d0ff57
https://github.com/scummvm/scummvm/commit/829eba0f8282899b556ba8c5f0a86b4609d0ff57
Author: eientei (log.butt at gmail.com)
Date: 2021-10-26T09:58:01+02:00
Commit Message:
TWINE: Add French demo dated 21 October 1994
Changed paths:
engines/twine/detection.cpp
diff --git a/engines/twine/detection.cpp b/engines/twine/detection.cpp
index dc281c07e3..e2d0fe5607 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -225,6 +225,19 @@ static const ADGameDescription twineGameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Little Big Adventure - Demo Version (FR)
+ // LBA.EXE
+ // 21 October 1994 at 15:25
+ {
+ "lba",
+ "Demo Version",
+ AD_ENTRY1s("LBA.EXE", "c1a887e38283d43f271249ad9f2a73ef", 273281),
+ Common::FR_FRA,
+ Common::kPlatformDOS,
+ ADGF_DEMO,
+ GUIO1(GUIO_NONE)
+ },
+
// Little Big Adventure - Floppy Disk Version
// FLA_GIF.HQR
// 11 August 1995 at 23:28
More information about the Scummvm-git-logs
mailing list