From d9d9d8c5e96eadbefb2c8506a387fc282c2fe8b5 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 17 Sep 2016 09:58:14 +0200 Subject: Remove unused "quest_idx" parameter from quest_type::init() --- src/q_wolves.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/q_wolves.cc') diff --git a/src/q_wolves.cc b/src/q_wolves.cc index 46a66935..3d83f414 100644 --- a/src/q_wolves.cc +++ b/src/q_wolves.cc @@ -134,7 +134,7 @@ static bool_ quest_wolves_finish_hook(void *, void *in_, void *) return TRUE; } -bool_ quest_wolves_init_hook(int q_idx) +bool_ quest_wolves_init_hook() { if ((cquest.status >= QUEST_STATUS_UNTAKEN) && (cquest.status < QUEST_STATUS_FINISHED)) { -- cgit v1.2.3