[Scummvm-git-logs] scummvm master -> b8f562823d3e1f8fdf8f319b74e7cd9f44be1683
criezy
noreply at scummvm.org
Tue Apr 5 22:21:46 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:
b8f562823d MAGNETIC: Fix case of The Pawn first word.
Commit: b8f562823d3e1f8fdf8f319b74e7cd9f44be1683
https://github.com/scummvm/scummvm/commit/b8f562823d3e1f8fdf8f319b74e7cd9f44be1683
Author: i30817 (i30817 at gmail.com)
Date: 2022-04-05T23:21:43+01:00
Commit Message:
MAGNETIC: Fix case of The Pawn first word.
Changed paths:
engines/glk/magnetic/detection_tables.h
diff --git a/engines/glk/magnetic/detection_tables.h b/engines/glk/magnetic/detection_tables.h
index 93ff11ae961..35f6d5257f9 100644
--- a/engines/glk/magnetic/detection_tables.h
+++ b/engines/glk/magnetic/detection_tables.h
@@ -34,7 +34,7 @@ const PlainGameDescriptor MAGNETIC_GAME_LIST[] = {
{ "guild", "The Guild of Thieves" },
{ "jinxter", "Jinxter" },
{ "myth", "Myth" },
- { "pawn", "the Pawn" },
+ { "pawn", "The Pawn" },
{ "wonderland", "Wonderland" },
{ nullptr, nullptr }
More information about the Scummvm-git-logs
mailing list