summaryrefslogtreecommitdiff
path: root/src/bldg.cc
diff options
context:
space:
mode:
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);
}