summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/view.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 623f27ac10..5a329c76e6 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -65,6 +65,7 @@
#include "skills.h"
#include "skills2.h"
#include "stuff.h"
+#include "spells3.h"
#include "spells4.h"
#include "stash.h"
#include "tiles.h"
@@ -446,6 +447,12 @@ static void _get_symbol( int x, int y,
x, y, static_cast<dungeon_feature_type>(object),
*colour, fdef.em_colour | colmask);
}
+
+ if (object < NUM_REAL_FEATURES
+ && inside_halo(x,y) && object >= DNGN_MINMOVE)
+ {
+ *colour = YELLOW | colmask;
+ }
}
// Note anything we see that's notable