summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/defines.h2
-rw-r--r--src/tables.c8
2 files changed, 9 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h
index 93b6e9a6..3fc34864 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -863,7 +863,7 @@
/* Features 0xCF - 0xFF -- unused */
-#define MAX_BETWEEN_EXITS 2
+#define MAX_BETWEEN_EXITS 3
/*
* Number of effects
diff --git a/src/tables.c b/src/tables.c
index 18a9329a..c5a22204 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -4673,6 +4673,14 @@ between_exit between_exits[MAX_BETWEEN_EXITS] =
10, 35,
0, 0
},
+ /* Theme: Minas Tirith -> Gondolin link */
+ {
+ 0,
+ FALSE,
+ 3, 11,
+ 119, 25,
+ 0, 0
+ },
};
/*