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/xtra1.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xtra1.cc') diff --git a/src/xtra1.cc b/src/xtra1.cc index 65767d76..2829b2f6 100644 --- a/src/xtra1.cc +++ b/src/xtra1.cc @@ -540,6 +540,7 @@ static void prt_sp(void) static void prt_depth(int row, int col) { auto const &d_info = game->edit_data.d_info; + auto const &wf_info = game->edit_data.wf_info; char depths[32]; auto d_ptr = &d_info[dungeon_type]; -- cgit v1.2.3