summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-05 20:12:21 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-07 15:28:25 +0200
commit2bd0f18da7dbccd650d8a83aa457d5190f4ce1bc (patch)
treecb248715a89b2af50a5ee27cfb9a862322df331a /src/variable.c
parent6548c6fb76232f4502d0856e04f169394deb6093 (diff)
Lua: Move HOOK_CALC_BONUS code for gods to C
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/variable.c b/src/variable.c
index 9ed084b4..5b1afc3b 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -1592,6 +1592,11 @@ s32b max_gods = MAX_GODS_INIT;
*/
timer_type *gl_timers = NULL;
+/*
+ * Timered precognition.
+ */
+s16b tim_precognition = 0;
+
/**
* Get the version string.
*/