mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
GLK: Fix remaining Gargoyle references identified by digitall
This commit is contained in:
parent
eff0ac80ff
commit
7b1b3935b8
@ -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();
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user