summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/viewmap.cc6
1 files changed, 3 insertions, 3 deletions
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)
{