summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-21 15:31:25 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:55 +0100
commit37035fd9f3fee66108dbc7af72ed6e8d71acc8fa (patch)
tree1b54a04fd5d944fa205e0cdb4ce4111268da291e /src/defines.h
parent6dcbbd90d7fe7b041d431491dacf8c5b8ded38e2 (diff)
Remove unused HOOK_FIRE
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h
index 1345bea8..0479c2aa 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -4387,7 +4387,6 @@
#define HOOK_GET 50
#define HOOK_RECALC_SKILLS 52
#define HOOK_ENTER_DUNGEON 53
-#define HOOK_FIRE 54
#define HOOK_EAT 55
#define HOOK_DIE 56
#define HOOK_CALC_HP 57