summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-09 09:36:04 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-09 09:36:04 +0200
commit87a8ec741d6f099939499054b83a76a43fa4ad89 (patch)
tree7ae712ec2d23a38fc24bab68e34a956ad104c710
parent6987232c337535eb3b7f7de14ae0637d6f4b3d1d (diff)
Lua: Add new-style hook support for HOOK_RECALC_SKILLS
-rw-r--r--src/skills.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/skills.c b/src/skills.c
index 253eff3f..acb63999 100644
--- a/src/skills.c
+++ b/src/skills.c
@@ -375,6 +375,7 @@ void recalc_skills(bool_ init)
}
process_hooks(HOOK_RECALC_SKILLS, "()");
+ process_hooks_new(HOOK_RECALC_SKILLS, NULL, NULL);
/* Update stuffs */
p_ptr->update |= (PU_BONUS | PU_HP | PU_MANA | PU_SPELLS | PU_POWERS |