[Scummvm-git-logs] scummvm master -> 0f3b602b9096705acacd5b23f1bef9a8b3e95082
bluegr
noreply at scummvm.org
Sun Oct 22 17:58:15 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:
0f3b602b90 GOB: added version numbers to playtoons 4 & 5
Commit: 0f3b602b9096705acacd5b23f1bef9a8b3e95082
https://github.com/scummvm/scummvm/commit/0f3b602b9096705acacd5b23f1bef9a8b3e95082
Author: Benjamin Funke (bjnfne at web.de)
Date: 2023-10-22T20:58:12+03:00
Commit Message:
GOB: added version numbers to playtoons 4 & 5
Changed paths:
engines/gob/detection/tables_playtoons.h
diff --git a/engines/gob/detection/tables_playtoons.h b/engines/gob/detection/tables_playtoons.h
index 1ac88e7eebb..ccf52ff5c1f 100644
--- a/engines/gob/detection/tables_playtoons.h
+++ b/engines/gob/detection/tables_playtoons.h
@@ -344,7 +344,7 @@
{
{
"playtoons4",
- "",
+ "v1.002",
AD_ENTRY2s("playtoon.stk", "b7f5afa2dc1b0f75970b7c07d175db1b", 24340406,
"manda.stk", "92529e0b927191d9898a34c2892e9a3a", 6485072),
FR_FRA,
@@ -392,7 +392,7 @@
{
{
"playtoons5",
- "",
+ "v1.002",
AD_ENTRY2s("playtoon.stk", "55f0293202963854192e39474e214f5f", 30448474,
"wakan.stk", "f493bf82851bc5ba74d57de6b7e88df8", 5520153),
FR_FRA,
More information about the Scummvm-git-logs
mailing list