summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/directn.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 24fc63c7f4..f478cb7130 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -989,6 +989,7 @@ std::string _targ_mode_name(targ_mode_type mode)
}
}
+#ifndef USE_TILE
bool _init_mlist()
{
const int full_info = update_monster_pane();
@@ -1000,7 +1001,7 @@ bool _init_mlist()
else
return (false);
}
-
+#endif
void direction(dist& moves, const targetting_type restricts,
targ_mode_type mode, const int range, const bool just_looking,