summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
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 49d56288..689998f2 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -5686,7 +5686,7 @@ void play_game(bool_ new_game)
cheat_death = FALSE;
/* Can we die ? please let us die ! */
- if (process_hooks(HOOK_DIE, "()"))
+ if (process_hooks_new(HOOK_DIE, NULL, NULL))
{
cheat_death = TRUE;
}