[Scummvm-git-logs] scummvm master -> 6e5892dedac51f5ee8619352c1f8f90a4744b068
aquadran
noreply at scummvm.org
Sun Jan 2 13:14:16 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:
6e5892deda DIRECTOR: Add detection for trektech-win - german version (#3637)
Commit: 6e5892dedac51f5ee8619352c1f8f90a4744b068
https://github.com/scummvm/scummvm/commit/6e5892dedac51f5ee8619352c1f8f90a4744b068
Author: Markus (wegwerfaddresse at gmail.com)
Date: 2022-01-02T14:14:14+01:00
Commit Message:
DIRECTOR: Add detection for trektech-win - german version (#3637)
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index b6d79af55bb..a7d558debad 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -3950,6 +3950,7 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1("trektech", "", "STNG Technical Manual (PowerPC)", "a9bd9f3a82fcde6e4d151868e256aec7", 525946, 400),
MACDEMO1("trektech", "Demo", "TrekForMac", "68ed73866232194a9a5609040dc1f242", 289696, 403),
WINGAME1("trektech", "", "NCC1701D.EXE", "02aec408cee26413a096aec9b1cb1878", 720249, 400),
+ WINGAME1_l("trektech", "", "NCC1701D.EXE", "dc960a161de1883867030b3612313f06", 726723, Common::DE_DEU, 400),
// Bilingual English/Spanish
MACGAME1("truthsfictions", "", "Truths & Fictions", "4577dd3eadc467a986ab172d90871b22", 534968, 404),
More information about the Scummvm-git-logs
mailing list