[Scummvm-git-logs] scummvm master -> 14349341a68bd5853173076e63ef5facc27e78b4
dreammaster
paulfgilbert at gmail.com
Tue Mar 5 03:36:14 CET 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:
14349341a6 GLK: FROTZ: Fix some game detection Ids
Commit: 14349341a68bd5853173076e63ef5facc27e78b4
https://github.com/scummvm/scummvm/commit/14349341a68bd5853173076e63ef5facc27e78b4
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-03-04T18:36:01-08:00
Commit Message:
GLK: FROTZ: Fix some game detection Ids
Changed paths:
engines/glk/frotz/detection_tables.h
diff --git a/engines/glk/frotz/detection_tables.h b/engines/glk/frotz/detection_tables.h
index 5ee34e1..779e8eb 100644
--- a/engines/glk/frotz/detection_tables.h
+++ b/engines/glk/frotz/detection_tables.h
@@ -922,7 +922,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
{ "zazie", "Zazie, una lettura interattiva" },
{ "zenfactorspa", "ZenFactor Spa" },
{ "zombie", "Uno Zombie a Deadville" },
- { "Zorkita", "Zork I: Il Grande Impero Sotterraneo" },
+ { "zorkita", "Zork I: Il Grande Impero Sotterraneo" },
// Slovenian games
{ "zenin", "Zenin na begu" },
@@ -934,8 +934,8 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
{ "amanda", "Amanda" },
{ "aque1", "Aquelarre" },
{ "casi", "Casi Muerto" },
- { "Celos", "Un Asunto de Celos" },
- { "Cerillera", "La Pequena Cerillera" },
+ { "celos", "Un Asunto de Celos" },
+ { "cerillera", "La Pequena Cerillera" },
{ "churro", "Churro patatero" },
{ "csa", "Cacahuetes" },
{ "cueva", "La Oscura Cueva" },
More information about the Scummvm-git-logs
mailing list