[Scummvm-git-logs] scummvm master -> 4c9c05917579da34c9760fc5cf1aedf3552bbea2
bluegr
noreply at scummvm.org
Mon Oct 23 17:57:29 UTC 2023
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:
4c9c059175 GOB: added version numbers to Gob2 & Gob3 demos
Commit: 4c9c05917579da34c9760fc5cf1aedf3552bbea2
https://github.com/scummvm/scummvm/commit/4c9c05917579da34c9760fc5cf1aedf3552bbea2
Author: Benjamin Funke (bjnfne at web.de)
Date: 2023-10-23T20:57:25+03:00
Commit Message:
GOB: added version numbers to Gob2 & Gob3 demos
The Demos are from https://www.scummvm.org/demos/
Changed paths:
engines/gob/detection/tables_gob2.h
engines/gob/detection/tables_gob3.h
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index 69487452a2f..c1abdcbaac2 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -654,7 +654,7 @@
{
{
"gob2",
- "Interactive Demo",
+ "Interactive Demo (v1.02)",
AD_ENTRY1("intro.stk", "4b278c2678ea01383fd5ca114d947eea"),
UNK_LANG,
kPlatformAmiga,
diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index 3b4cb8d2590..56484acd070 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -520,7 +520,7 @@
{
{
"gob3",
- "Interactive Demo",
+ "Interactive Demo (v0.02)",
AD_ENTRY1s("intro.stk", "7aebd94e49c2c5c518c9e7b74f25de9d", 270737),
FR_FRA,
kPlatformDOS,
More information about the Scummvm-git-logs
mailing list