summaryrefslogtreecommitdiff
path: root/src/cmd4.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-18 23:17:28 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:54 +0100
commitc6673027ae73ff19195d5d69020eb6390ec6fd84 (patch)
treefed1f5778a87dbb7c544ceb8873759d498131bcf /src/cmd4.cc
parent359bb049bd1ce54bf099409d8f96ce614f211c6e (diff)
Update HOOK_FEELING to new-style hook
Diffstat (limited to 'src/cmd4.cc')
-rw-r--r--src/cmd4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd4.cc b/src/cmd4.cc
index 13ce6d0f..1878379e 100644
--- a/src/cmd4.cc
+++ b/src/cmd4.cc
@@ -2801,7 +2801,7 @@ void do_cmd_feeling(void)
}
/* Hooked feelings ? */
- if (process_hooks(HOOK_FEELING, "(d)", is_quest(dun_level)))
+ if (process_hooks_new(HOOK_FEELING, NULL, NULL))
{
return;
}