From 14349341a68bd5853173076e63ef5facc27e78b4 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 4 Mar 2019 18:35:42 -0800 Subject: [PATCH] GLK: FROTZ: Fix some game detection Ids --- engines/glk/frotz/detection_tables.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engines/glk/frotz/detection_tables.h b/engines/glk/frotz/detection_tables.h index 5ee34e152be..779e8ebc5b1 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" },