summaryrefslogtreecommitdiff
path: root/src/q_god.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_god.cc')
-rw-r--r--src/q_god.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/q_god.cc b/src/q_god.cc
index 1cb4c0f5..38b911b7 100644
--- a/src/q_god.cc
+++ b/src/q_god.cc
@@ -294,6 +294,7 @@ std::string quest_god_describe()
static void quest_god_place_rand_dung()
{
auto &wilderness = game->wilderness;
+ auto const &wf_info = game->edit_data.wf_info;
int x = -1, y = -1, tries;