[Scummvm-git-logs] scummvm master -> 041132f5f6fc5ae5977f0d6916f54533df745a50

dreammaster paulfgilbert at gmail.com
Tue Jul 30 07:10:13 CEST 2019


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:
041132f5f6 GLK: Fix illegal characters in detection entries


Commit: 041132f5f6fc5ae5977f0d6916f54533df745a50
    https://github.com/scummvm/scummvm/commit/041132f5f6fc5ae5977f0d6916f54533df745a50
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-07-29T22:10:06-07:00

Commit Message:
GLK: Fix illegal characters in detection entries

Changed paths:
    engines/glk/glulxe/detection_tables.h
    engines/glk/tads/detection_tables.h


diff --git a/engines/glk/glulxe/detection_tables.h b/engines/glk/glulxe/detection_tables.h
index de8f5a7..9ba9e3a 100644
--- a/engines/glk/glulxe/detection_tables.h
+++ b/engines/glk/glulxe/detection_tables.h
@@ -292,7 +292,7 @@ const PlainGameDescriptor GLULXE_GAME_LIST[] = {
 	// Spanish games
 	{ "alienlaaventura", "ALIEN: La Aventura" },
 	{ "conrumbo", "Con Rumbo" },
-	{ "elultimohogarglulx", "Misterio en el Último Hogar" },
+	{ "elultimohogarglulx", "Misterio en el Ultimo Hogar" },
 	{ "hhorcusglulx", "Homo Homini Orcus" },
 	{ "kerulenglulx", "Ke rulen los petas" },
 	{ "lanochedelensayo", "La Noche del Ensayo" },
diff --git a/engines/glk/tads/detection_tables.h b/engines/glk/tads/detection_tables.h
index 807be79..e89529c 100644
--- a/engines/glk/tads/detection_tables.h
+++ b/engines/glk/tads/detection_tables.h
@@ -256,7 +256,7 @@ const PlainGameDescriptor TADS3_GAME_LIST[] = {
 	{ "exoter", "Exoter" },
 
 	// German games
-	{ "pionierin", "Die Pionierin und die Tragödie des telematischen Typewriters" },
+	{ "pionierin", "Die Pionierin und die Tragodie des telematischen Typewriters" },
 
 	// Italian games
 	{ "remerook", "La missione di Kyle Remerook" },





More information about the Scummvm-git-logs mailing list