From 77bd894ea2391d0575ff39afac149ee4e54adc2c Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sat, 2 Jun 2007 17:51:08 +0000 Subject: Highlight monsters in the path of a beam (with :). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1512 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/view.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/view.h') diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h index 841e33c3ab..c303619497 100644 --- a/crawl-ref/source/view.h +++ b/crawl-ref/source/view.h @@ -120,6 +120,9 @@ int get_screen_glyph( int x, int y ); void get_item_symbol(unsigned int object, unsigned short *ch, unsigned short *colour); +// Applies EC_ colour substitutions and brands. +unsigned real_colour(unsigned raw_colour); + void set_envmap_char( int x, int y, unsigned char chr ); unsigned get_envmap_char(int x, int y); void set_envmap_detected_item(int x, int y, bool detected = true); -- cgit v1.2.3-54-g00ecf