[Scummvm-git-logs] scummvm branch-2-5 -> 951445f532bb86e5fc0ea7c2787c3876d2d6db43
criezy
criezy at scummvm.org
Sat Oct 2 23:20:10 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:
951445f532 AGS: Improve some game names in the detection table.
Commit: 951445f532bb86e5fc0ea7c2787c3876d2d6db43
https://github.com/scummvm/scummvm/commit/951445f532bb86e5fc0ea7c2787c3876d2d6db43
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-10-03T00:20:04+01:00
Commit Message:
AGS: Improve some game names in the detection table.
See discussion in bug #12971
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 78845e554a..eabc738616 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -544,7 +544,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "damsel", "Damsel" },
{ "dancetilyoudrop", "Dance Til' You Drop!" },
{ "danewguys", "Da New Guys" },
- { "dangerouslandstournamentrpg", "Dangerous Lands: Rovendale Tactics" },
+ { "dangerouslandstournamentrpg", "Dangerous Lands: Rovendale Tactics 2" },
{ "dannydreadisoncall", "Danny Dread is On Call" },
{ "darkcave", "The Dark Cave: Adventure of Princess Marian IV" },
{ "darkofnight", "Dark of Night" },
@@ -571,7 +571,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "derverschwundenehusky", "Der verschwundene Husky" },
{ "detention", "Detention" },
{ "devochkaquest", "Devochka Quest" },
- { "dgsearchofthebatterie", "another DG game: the search of the batteries" },
+ { "dgsearchofthebatterie", "Another DG game: the search of the batteries" },
{ "diemaskennyarlathoteps", "Die Masken Nyarlathoteps" },
{ "dinnerforpigeons", "Dinner for Pigeons" },
{ "dislocation", "Dislocation" },
More information about the Scummvm-git-logs
mailing list