From 7b1b3935b89e119d7a268521adbc39afc605e403 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 14 Nov 2018 18:44:34 -0800 Subject: [PATCH] GLK: Fix remaining Gargoyle references identified by digitall --- devtools/credits.pl | 4 ++-- dists/scummvm.rc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devtools/credits.pl b/devtools/credits.pl index 3cfa7b748c4..25ef73c3414 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -624,9 +624,9 @@ begin_credits("Credits"); add_person("Eugene Sandulenko", "sev", ""); end_section(); - begin_section("Gargoyle"); + begin_section("ScummGlk"); add_person("Paul Gilbert", "dreammaster", ""); - add_person("Tor Andersson", "", "GLK library"); + add_person("Tor Andersson", "", "GarGlk library"); add_person("Stefan Jokisch", "", "Frotz interpreter"); add_person("Alan Cox", "", "ScottFree interpreter"); end_section(); diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 6d7782a530f..fb45f426802 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -34,7 +34,7 @@ cryo.dat FILE "dists/engine-data/cryo.dat" #if ENABLE_DRASCULA == STATIC_PLUGIN drascula.dat FILE "dists/engine-data/drascula.dat" #endif -#if ENABLE_GARGOYLE == STATIC_PLUGIN +#if ENABLE_GLK == STATIC_PLUGIN fonts.dat FILE "dists/engine-data/fonts.dat" #endif #if ENABLE_HUGO == STATIC_PLUGIN