[Scummvm-git-logs] scummvm master -> 23cce9a93427e3240ad17a12063fcb16c0fcd18d
tag2015
noreply at scummvm.org
Sat Dec 3 00:12:55 UTC 2022
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:
23cce9a934 DIRECTOR: Add multilanguage version of Leonardo
Commit: 23cce9a93427e3240ad17a12063fcb16c0fcd18d
https://github.com/scummvm/scummvm/commit/23cce9a93427e3240ad17a12063fcb16c0fcd18d
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-12-03T01:12:19+01:00
Commit Message:
DIRECTOR: Add multilanguage version of Leonardo
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 0dae3ad19c0..6c6c1608d43 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2295,6 +2295,10 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2("leonardo", "", "LEO.EXE", "65d06b5fef155a2473434571aff5bc29", 370000,
"BEGINLEO.MMM", "aec1417e69dd85c5c00fae628b150a0d", 812, 310),
+ // European multilanguage (En-Fr-De-Es-It)
+ WINGAME2t("leonardo", "", "LEO.EXE", "f5767a0c04966f5b5a61ac20fc141a7d", 370013,
+ "LANGUAGE.MMM", "adbd451a838fc412dd3d8a5d3eca2836 ", 546658, 310),
+
WINDEMO2("leopardspots", "Demo", "LEOPARD.EXE", "2b3543a9131a49f665982d26513a84f8", 1081371,
"DEMO37.BMP", "6be5fb3f1aa30dfa6db320a2a8c484c8", 17518, 310),
More information about the Scummvm-git-logs
mailing list