summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-05 19:50:12 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-07 15:28:25 +0200
commit6548c6fb76232f4502d0856e04f169394deb6093 (patch)
treeea419f0d17bb51bb21c3ee735f65d226c2b0c4f6 /src/defines.h
parent46498dfaab2cb0698822397b43039e3ecf605a1e (diff)
Lua: Remove unused HOOK_CALC_BONUS_END
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h
index e0851fd4..3b17211b 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -4508,8 +4508,7 @@
#define HOOK_CALC_WEIGHT 74
#define HOOK_FORBID_TRAVEL 75
#define HOOK_DEBUG_COMMAND 76
-#define HOOK_CALC_BONUS_END 77
-#define MAX_HOOKS 78
+#define MAX_HOOKS 77
#define HOOK_TYPE_C 0
#define HOOK_TYPE_LUA 1