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/bldg.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bldg.cc') diff --git a/src/bldg.cc b/src/bldg.cc index a1c38c9e..ae64efaf 100644 --- a/src/bldg.cc +++ b/src/bldg.cc @@ -738,7 +738,7 @@ static bool_ castle_quest(int y, int x) get_questinfo(plots[plot]); /* Add the hooks */ - quest[plots[plot]].init(plots[plot]); + quest[plots[plot]].init(); return (TRUE); } -- cgit v1.2.3