From 5cab4125d9447928f04d1e4f42c3b58efc485dbf Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Fri, 19 Dec 2014 08:57:39 +0100 Subject: Update HOOK_END_TURN to new-style hook --- src/dungeon.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dungeon.cc') 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) -- cgit v1.2.3