[Scummvm-git-logs] scummvm master -> 979cde7d3b77d69fb0248e2ad790a72efabe5647

bluegr bluegr at gmail.com
Sun Oct 24 09:56:06 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:
979cde7d3b DIRECTOR: Fix size for jewels1 demo


Commit: 979cde7d3b77d69fb0248e2ad790a72efabe5647
    https://github.com/scummvm/scummvm/commit/979cde7d3b77d69fb0248e2ad790a72efabe5647
Author: eientei (log.butt at gmail.com)
Date: 2021-10-24T12:56:03+03:00

Commit Message:
DIRECTOR: Fix size for jewels1 demo

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 0235f36eb9..788d9048d6 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2729,7 +2729,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME2("jewels1", "v2.0.1",        "JEWELS.EXE",      "bb6d81471d166088260090472c6c3a87", 800395,
 										 "NAVLOAD.DXR",     "ff8446121236a1cbfb1fe431fea5bc09", 405042, 404),
 	WINDEMO1("jewels1", "Horses Demo",   "HORSE.EXE",		"03bbe56c80fcbca3939ba08407d99f76", 847689, 400),
-	WINDEMO2("jewels1", "Demo",		     "JEWELS.EXE",      "abcc448c035e88d4edb4a29034fd1e34", 869983,
+	WINDEMO2("jewels1", "Demo",		     "JEWELS.EXE",      "abcc448c035e88d4edb4a29034fd1e34", 863983,
 										 "PUZZ_01.DXR",     "ea75491b1be5352de158c310fcf7baf5", 267074, 400),
 	WINDEMO2("jewels1", "Nightsky Demo", "DEMO.EXE",        "ebee52d3c4280674c600177df5b09da0", 800403,
 										 "NAVLOAD.DXR",     "1f4466ba91364dd7223264b86dd5402c", 403980, 404),




More information about the Scummvm-git-logs mailing list