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

sev- noreply at scummvm.org
Sat Jul 29 15:51:59 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:
bdf7edd281 GOB: added Lost in Time non interactive demo


Commit: bdf7edd2812cf2cf266f4a73512275b53bb9d6f3
    https://github.com/scummvm/scummvm/commit/bdf7edd2812cf2cf266f4a73512275b53bb9d6f3
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-07-29T17:51:55+02:00

Commit Message:
GOB: added Lost in Time non interactive demo

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


diff --git a/engines/gob/detection/tables_lit.h b/engines/gob/detection/tables_lit.h
index cb12e378907..2ca0a770b00 100644
--- a/engines/gob/detection/tables_lit.h
+++ b/engines/gob/detection/tables_lit.h
@@ -467,5 +467,19 @@
 	kFeaturesAdLib,
 	0, 0, 0
 },
+{
+	{
+		"lit",
+		"Non-interactive Demo",
+		AD_ENTRY1s("demo.stk", "895359c918a145adc048f779b3cdacc3", 645068),
+		UNK_LANG,
+		kPlatformDOS,
+		ADGF_DEMO,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeLostInTime,
+	kFeaturesAdLib,
+	"demo.stk", "demo.tot", 0
+},
 
 #endif // GOB_DETECTION_TABLES_LIT_H




More information about the Scummvm-git-logs mailing list