From 5ddcbbf1cdce68e565376819efedd519892512ad Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 5 Oct 2016 18:45:08 +0200 Subject: Move wf_info into GameEditData --- src/monster1.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/monster1.cc') diff --git a/src/monster1.cc b/src/monster1.cc index 2060b7af..2f874259 100644 --- a/src/monster1.cc +++ b/src/monster1.cc @@ -1536,6 +1536,8 @@ static bool_ monster_lava(int r_idx) void set_mon_num_hook(void) { + auto const &wf_info = game->edit_data.wf_info; + if (!dun_level) { auto const &wilderness = game->wilderness; -- cgit v1.2.3