[Scummvm-git-logs] scummvm master -> cffed3d584d221f20ee8a9fd96acf52ea5703e16
bluegr
noreply at scummvm.org
Thu Jul 11 05:05:48 UTC 2024
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f4db70cb1a GOB: move version number of Inca 2 variant to extra title
cffed3d584 GOB: move pierresmagiques gameid more near to playtoons gameid
Commit: f4db70cb1aad408e61aa4963bf79d6b94805d2e1
https://github.com/scummvm/scummvm/commit/f4db70cb1aad408e61aa4963bf79d6b94805d2e1
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-07-11T08:05:45+03:00
Commit Message:
GOB: move version number of Inca 2 variant to extra title
Changed paths:
engines/gob/detection/tables_inca2.h
diff --git a/engines/gob/detection/tables_inca2.h b/engines/gob/detection/tables_inca2.h
index 562610461c8..6041057c1ab 100644
--- a/engines/gob/detection/tables_inca2.h
+++ b/engines/gob/detection/tables_inca2.h
@@ -72,11 +72,11 @@
0, 0, 0
},
-// US floppy box version 1.0 dated 18.03.1994
+// US floppy box dated 18.03.1994
{
{
"inca2",
- "",
+ "v1.0",
AD_ENTRY1s("intro.stk", "48cc6e6b0b0b343f876290d2700d8eba", 804780),
EN_USA,
kPlatformDOS,
Commit: cffed3d584d221f20ee8a9fd96acf52ea5703e16
https://github.com/scummvm/scummvm/commit/cffed3d584d221f20ee8a9fd96acf52ea5703e16
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-07-11T08:05:45+03:00
Commit Message:
GOB: move pierresmagiques gameid more near to playtoons gameid
Changed paths:
engines/gob/detection/tables.h
diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index 5236efc7d29..cefa8311879 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -63,10 +63,10 @@ static const PlainGameDescriptor gobGames[] = {
{"playtnck2", "Playtoons Construction Kit 2 - Knights"},
{"playtnck3", "Playtoons Construction Kit 3 - Far West"},
{"playtoonsdemo", "Playtoons Demo"},
+ {"pierresmagiques", "Le pays des Pierres Magiques"},
{"bambou", "Playtoons Limited Edition - Bambou le sauveur de la jungle"},
{"fascination", "Fascination"},
{"geisha", "Geisha"},
- {"pierresmagiques", "Le pays des Pierres Magiques"},
{"adi2", "ADI 2"},
{"adi4", "ADI 4"},
{"adi5", "ADI 5"},
More information about the Scummvm-git-logs
mailing list