git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2408 c06c8d41-db1a-0410-9941-cceddc491573
OMOHY6X5Q57CGYAERMQKXPKGUHD5KG2PDTZ6VFQWRWELJFLFYWCAC
// XXX: [ds] If we've an important colour, override other feature
// colouring. Yes, this is hacky. Story of my life.
if (tc == LIGHTGREEN || tc == LIGHTMAGENTA)
// If this is an important travel square, don't allow the colour
// to be overridden.
if (is_waypoint(x, y) || travel_point_distance[x][y] == PD_EXCLUDED)