[Scummvm-git-logs] scummvm master -> 6a2bb1ea96401a2bbb243cfa87f1c9998ea4442b
criezy
criezy at scummvm.org
Thu Mar 11 12:24:44 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:
6a2bb1ea96 AGS: Use full game title in detection entry
Commit: 6a2bb1ea96401a2bbb243cfa87f1c9998ea4442b
https://github.com/scummvm/scummvm/commit/6a2bb1ea96401a2bbb243cfa87f1c9998ea4442b
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-03-11T12:23:56Z
Commit Message:
AGS: Use full game title in detection entry
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index dc9ad43a07..ecabe40fc9 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -699,7 +699,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "intergalacticspacepancake", "Intergalactic Space Pancake!" },
{ "intothelight", "Into The Light" },
{ "invincibleisland", "Invincible Island" },
- { "ioawn4t", "If On A Winter's Night" },
+ { "ioawn4t", "If On A Winter's Night, Four Travelers" },
{ "isnkill", "ISN: Kill!" },
{ "isos", "ISOS" },
{ "itsabugslife", "It's a Bugs Life" },
More information about the Scummvm-git-logs
mailing list