diff options
author | Paul Gilbert | 2019-03-04 18:35:42 -0800 |
---|---|---|
committer | Paul Gilbert | 2019-03-04 18:36:01 -0800 |
commit | 14349341a68bd5853173076e63ef5facc27e78b4 (patch) | |
tree | eddf58b7ec1206ff2e9bb121c45e60150c4be1bb /engines/glk | |
parent | 45a27decf3fd3205e856d9b346f29060307dc6dc (diff) | |
download | scummvm-rg350-14349341a68bd5853173076e63ef5facc27e78b4.tar.gz scummvm-rg350-14349341a68bd5853173076e63ef5facc27e78b4.tar.bz2 scummvm-rg350-14349341a68bd5853173076e63ef5facc27e78b4.zip |
GLK: FROTZ: Fix some game detection Ids
Diffstat (limited to 'engines/glk')
-rw-r--r-- | engines/glk/frotz/detection_tables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/glk/frotz/detection_tables.h b/engines/glk/frotz/detection_tables.h index 5ee34e152b..779e8ebc5b 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" }, |