aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/kyra/kyra.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/kyra.cpp b/engines/kyra/kyra.cpp
index a0487e831c..8b92f8eb6c 100644
--- a/engines/kyra/kyra.cpp
+++ b/engines/kyra/kyra.cpp
@@ -106,7 +106,9 @@ static const GameSettings kyra_games[] = {
// Keep list of different supported games
static const PlainGameDescriptor kyra_list[] = {
{ "kyra1", "The Legend of Kyrandia" },
+#ifdef ENABLE_KYRA2
{ "kyra2", "The Hand of Fate" },
+#endif
{ 0, 0 }
};