summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-09 20:52:39 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-09 20:52:39 +0200
commitd71c748f56b479ab97408fe2d42eaf0898982fb7 (patch)
treeb2a26afbfa582190819b3ffdaf46556f3a169811 /src
parent07a11792fc5f385130b36da44aa71c32cb96c514 (diff)
Lua: Remove the need for script for Minas Tirith <-> Gondolin link
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
+ },
};
/*