From cb8c1f9af8848ba60ed8ee2adca222c909ba52db Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Wed, 2 Dec 2009 15:33:06 +1000 Subject: Fix tiles build. --- crawl-ref/source/viewmap.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/viewmap.cc') diff --git a/crawl-ref/source/viewmap.cc b/crawl-ref/source/viewmap.cc index 337e220cf9..759656afb7 100644 --- a/crawl-ref/source/viewmap.cc +++ b/crawl-ref/source/viewmap.cc @@ -33,6 +33,9 @@ #include "viewchar.h" #include "viewgeom.h" +static bool _travel_colour_override(const coord_def& p); +static unsigned _get_travel_colour(const coord_def& p); + unsigned get_sightmap_char(dungeon_feature_type feat) { return (get_feature_def(feat).symbol); @@ -377,9 +380,6 @@ static std::string _level_description_string() return buf; } -static bool _travel_colour_override(const coord_def& p); -static unsigned _get_travel_colour(const coord_def& p); - static void _draw_level_map(int start_x, int start_y, bool travel_mode, bool on_level) { -- cgit v1.2.3-54-g00ecf