From 2eb7c8238062869ebad3945a72bb9da74e6adc1f Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 21 Dec 2014 14:59:48 +0100 Subject: Update HOOK_PLAYER_LEVEL to new-style hook --- src/xtra2.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/xtra2.cc') diff --git a/src/xtra2.cc b/src/xtra2.cc index 46c04453..ef1ccf64 100644 --- a/src/xtra2.cc +++ b/src/xtra2.cc @@ -2124,8 +2124,6 @@ void check_experience(void) } /* Hook it! */ - process_hooks(HOOK_PLAYER_LEVEL, "(d)", gained); - { hook_player_level_in in = { gained }; process_hooks_new(HOOK_PLAYER_LEVEL, &in, NULL); -- cgit v1.2.3