[Scummvm-git-logs] scummvm master -> ac49954b070c0620335d30197d575125ec4b16a6
aquadran
aquadran at gmail.com
Thu Nov 11 23:17:37 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:
ac49954b07 BBVS: Add another Loogie demo variant
Commit: ac49954b070c0620335d30197d575125ec4b16a6
https://github.com/scummvm/scummvm/commit/ac49954b070c0620335d30197d575125ec4b16a6
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2021-11-12T00:17:35+01:00
Commit Message:
BBVS: Add another Loogie demo variant
Changed paths:
engines/bbvs/detection.cpp
diff --git a/engines/bbvs/detection.cpp b/engines/bbvs/detection.cpp
index aaeccf33f8..92c40ffcd6 100644
--- a/engines/bbvs/detection.cpp
+++ b/engines/bbvs/detection.cpp
@@ -63,6 +63,16 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NOMIDI)
},
+ {
+ "bbvs",
+ "Loogie Demo",
+ AD_ENTRY1s("BBLOOGIE.000", "83921c65bd93be7e35056c31bd37310b", 324764),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ GF_LOOGIE_DEMO | ADGF_DEMO | ADGF_DROPPLATFORM,
+ GUIO1(GUIO_NOMIDI)
+ },
+
{
"bbvs",
0,
More information about the Scummvm-git-logs
mailing list