GLK: Fix remaining Gargoyle references identified by digitall

This commit is contained in:
Paul Gilbert 2018-11-14 18:44:34 -08:00 committed by Paul Gilbert
parent eff0ac80ff
commit 7b1b3935b8
2 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -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