summaryrefslogtreecommitdiff
path: root/src/cmd1.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-18 23:08:39 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:54 +0100
commitdc264e9c38018c5e7470c0905e7c95214ba88e6c (patch)
treea571b18fe9ad14dc887c4842c14de42c29af643a /src/cmd1.cc
parentf7840bdcc6490388bc8d99afab2ab36ba85cfe45 (diff)
Update HOOK_MOVE to new-style hook
Diffstat (limited to 'src/cmd1.cc')
-rw-r--r--src/cmd1.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd1.cc b/src/cmd1.cc
index 2aacbabd..a865a10f 100644
--- a/src/cmd1.cc
+++ b/src/cmd1.cc
@@ -3100,8 +3100,6 @@ void move_player_aux(int dir, int do_pickup, int run, bool_ disarm)
}
/* Some hooks */
- if (process_hooks(HOOK_MOVE, "(d,d)", y, x)) return;
-
{
hook_move_in in = { y, x };
if (process_hooks_new(HOOK_MOVE, &in, NULL)) {