summaryrefslogtreecommitdiff
path: root/src/q_bounty.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
commitd9d9d8c5e96eadbefb2c8506a387fc282c2fe8b5 (patch)
tree68703ceab317a82e4a880ae2db563312ae39e77a /src/q_bounty.cc
parent639976ed95b8031cfde1f64e85b5efdeba417164 (diff)
Remove unused "quest_idx" parameter from quest_type::init()
Diffstat (limited to 'src/q_bounty.cc')
-rw-r--r--src/q_bounty.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_bounty.cc b/src/q_bounty.cc
index 10331c4d..28cf71c5 100644
--- a/src/q_bounty.cc
+++ b/src/q_bounty.cc
@@ -78,7 +78,7 @@ static bool bounty_item_tester_hook(object_type const *o_ptr)
return ((o_ptr->tval == TV_CORPSE) && (o_ptr->pval2 == bounty_quest_monster));
}
-bool_ quest_bounty_init_hook(int dummy)
+bool_ quest_bounty_init_hook()
{
return FALSE;
}