summaryrefslogtreecommitdiff
path: root/src/bldg.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/bldg.cc
parent639976ed95b8031cfde1f64e85b5efdeba417164 (diff)
Remove unused "quest_idx" parameter from quest_type::init()
Diffstat (limited to 'src/bldg.cc')
-rw-r--r--src/bldg.cc2
1 files changed, 1 insertions, 1 deletions
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);
}