summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-19 08:57:39 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:55 +0100
commit5cab4125d9447928f04d1e4f42c3b58efc485dbf (patch)
tree9886c310db34505dd1e4b8ba3469bfc5be38fc13 /src/dungeon.cc
parent980c3c12a9d3128f7eefc74f996b45d5d5803674 (diff)
Update HOOK_END_TURN to new-style hook
Diffstat (limited to 'src/dungeon.cc')
-rw-r--r--src/dungeon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon.cc b/src/dungeon.cc
index 7d683c9b..49d56288 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -5242,7 +5242,7 @@ static void dungeon(void)
process_world();
/* Process the appropriate hooks */
- process_hooks(HOOK_END_TURN, "(d)", is_quest(dun_level));
+ process_hooks_new(HOOK_END_TURN, NULL, NULL);
/* Make it pulsate and live !!!! */
if ((dungeon_flags1 & DF1_EVOLVE) && dun_level)