KYRA: Do not hide target ids for disabled subengines

This commit is contained in:
Eugene Sandulenko 2020-11-28 20:55:25 +01:00
parent 77d2d3d061
commit f38243f5fb
2 changed files with 0 additions and 9 deletions

View File

@ -71,7 +71,6 @@ const ADExtraGuiOptionsMap gameGuiOptions[] = {
}
},
#ifdef ENABLE_LOL
// LoL options
{
@ -110,9 +109,7 @@ const ADExtraGuiOptionsMap gameGuiOptions[] = {
false
}
},
#endif
#ifdef ENABLE_EOB
// EoB options
{
@ -137,8 +134,6 @@ const ADExtraGuiOptionsMap gameGuiOptions[] = {
}
},
#endif
AD_EXTRA_GUI_OPTIONS_TERMINATOR
};

View File

@ -1748,13 +1748,9 @@ const PlainGameDescriptor gameList[] = {
{ "kyra1", "The Legend of Kyrandia" },
{ "kyra2", "The Legend of Kyrandia: The Hand of Fate" },
{ "kyra3", "The Legend of Kyrandia: Malcolm's Revenge" },
#ifdef ENABLE_LOL
{ "lol", "Lands of Lore: The Throne of Chaos" },
#endif // ENABLE_LOL
#ifdef ENABLE_EOB
{ "eob", "Eye of the Beholder" },
{ "eob2", "Eye of the Beholder II: The Legend of Darkmoon" },
#endif // ENABLE_EOB
{ 0, 0 }
};