[Scummvm-git-logs] scummvm master -> 78dc19fad2c0035aef730a54b5775d50ad748f19
trembyle
54326852+trembyle at users.noreply.github.com
Wed Nov 10 19:43:04 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:
78dc19fad2 DIRECTOR: add Dutch version of Pepperon
Commit: 78dc19fad2c0035aef730a54b5775d50ad748f19
https://github.com/scummvm/scummvm/commit/78dc19fad2c0035aef730a54b5775d50ad748f19
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2021-11-10T14:43:01-05:00
Commit Message:
DIRECTOR: add Dutch version of Pepperon
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 5235ff0c10..ab292f64d7 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -3721,6 +3721,8 @@ static const DirectorGameDescription gameDescriptions[] = {
// French version titled "Valmaison au fil des saisons"
MACGAME1_l("pepperon", "", "Valmaison", "8b138db44d4421cc7294a9dc792ccf1b", 502569, Common::FR_FRA, 404),
WINGAME1_l("pepperon", "", "START95.EXE", "4086df04abc18956581cee17b48e81c1", 1805439, Common::FR_FRA, 404),
+ // Dutch version titled "Op avontuur in kabouterstad"
+ WINGAME1_l("pepperon", "", "START95.EXE", "e67abd6a890060fa8c41b7b363013254", 1088309, Common::NL_NLD, 404),
// Original Mac fllenames begin with Virtual Copâ¢
MACDEMO1("vcop", "Demo", "Virtual Cop IPK", "ea646eccc9a53f44ce082459d4809a06", 482838, 404),
More information about the Scummvm-git-logs
mailing list