[Scummvm-git-logs] scummvm master -> e3572660dcfd55e5b167e74449e483b826bc6791

bluegr noreply at scummvm.org
Sat Oct 14 16:10:46 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:
e3572660dc GOB: added version numbers to gob3 & lit


Commit: e3572660dcfd55e5b167e74449e483b826bc6791
    https://github.com/scummvm/scummvm/commit/e3572660dcfd55e5b167e74449e483b826bc6791
Author: Benjamin Funke (bjnfne at web.de)
Date: 2023-10-14T19:10:43+03:00

Commit Message:
GOB: added version numbers to gob3 & lit

Changed paths:
    engines/gob/detection/tables_gob3.h
    engines/gob/detection/tables_lit.h


diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index 1ee902e17d4..3b4cb8d2590 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -29,7 +29,7 @@
 {
 	{
 		"gob3",
-		"",
+		"v1.00",
 		AD_ENTRY1s("intro.stk", "32b0f57f5ae79a9ae97e8011df38af42", 157084),
 		EN_GRB,
 		kPlatformDOS,
@@ -71,7 +71,7 @@
 {
 	{
 		"gob3",
-		"",
+		"v1.00",
 		AD_ENTRY1("intro.stk", "1e2f64ec8dfa89f42ee49936a27e66e7"),
 		EN_USA,
 		kPlatformDOS,
@@ -297,7 +297,7 @@
 { // Supplied by fac76 in bug report #3272
 	{
 		"gob3",
-		"",
+		"v1.00",
 		{
 			{"intro.stk", 0, "32b0f57f5ae79a9ae97e8011df38af42", 157084},
 			{"musmac1.mid", 0, "834e55205b710d0af5f14a6f2320dd8e", 8661},
diff --git a/engines/gob/detection/tables_lit.h b/engines/gob/detection/tables_lit.h
index 74dfb867f63..d0d366f177c 100644
--- a/engines/gob/detection/tables_lit.h
+++ b/engines/gob/detection/tables_lit.h
@@ -169,7 +169,7 @@
 { // Supplied by SiRoCs in bug report #3943
 	{
 		"lit",
-		"",
+		"v1.00",
 		AD_ENTRY1s("intro.stk", "795be7011ec31bf5bb8ce4efdb9ee5d3", 4838904),
 		EN_USA,
 		kPlatformDOS,
@@ -183,7 +183,7 @@
 { // Supplied by SiRoCs in bug report #3943
 	{
 		"lit",
-		"",
+		"v1.00",
 		AD_ENTRY1s("intro.stk", "795be7011ec31bf5bb8ce4efdb9ee5d3", 4838904),
 		FR_FRA,
 		kPlatformDOS,
@@ -197,7 +197,7 @@
 { // Supplied by SiRoCs in bug report #3943
 	{
 		"lit",
-		"",
+		"v1.00",
 		AD_ENTRY1s("intro.stk", "795be7011ec31bf5bb8ce4efdb9ee5d3", 4838904),
 		IT_ITA,
 		kPlatformDOS,
@@ -211,7 +211,7 @@
 { // Supplied by SiRoCs in bug report #3943
 	{
 		"lit",
-		"",
+		"v1.00",
 		AD_ENTRY1s("intro.stk", "795be7011ec31bf5bb8ce4efdb9ee5d3", 4838904),
 		DE_DEU,
 		kPlatformDOS,
@@ -225,7 +225,7 @@
 { // Supplied by SiRoCs in bug report #3943
 	{
 		"lit",
-		"",
+		"v1.00",
 		AD_ENTRY1s("intro.stk", "795be7011ec31bf5bb8ce4efdb9ee5d3", 4838904),
 		ES_ESP,
 		kPlatformDOS,
@@ -239,7 +239,7 @@
 { // Supplied by SiRoCs in bug report #3943
 	{
 		"lit",
-		"",
+		"v1.00",
 		AD_ENTRY1s("intro.stk", "795be7011ec31bf5bb8ce4efdb9ee5d3", 4838904),
 		EN_GRB,
 		kPlatformDOS,




More information about the Scummvm-git-logs mailing list