summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-07 15:06:00 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-07 15:06:00 +0000
commit8e904ab0620577064f4a818272b152d1f5d2d3db (patch)
treedd9d9542db26e0bb398235e49ffa3c7f2ceeac0b /crawl-ref/source/view.h
parent1a6365fbd24ab134842816757600de0264f39362 (diff)
downloadcrawl-ref-8e904ab0620577064f4a818272b152d1f5d2d3db.tar.gz
crawl-ref-8e904ab0620577064f4a818272b152d1f5d2d3db.zip
Turfed out obsolete orange crystal statue and silver statue features.
Moved MINMOVE and MINSEE brain damage into the dungeon_feature_type enumeration where it is clearer what they represent. Fixed ice statues not being appropriately affected by Shatter and Lee's. Moved 'v' examine hint information and feature notability into feature_def flags. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2061 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 1cb1553d56..ad1d962911 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -23,12 +23,6 @@
void init_char_table(char_set_type set);
void init_feature_table();
-/* ***********************************************************************
- * called from: dump_screenshot - chardump
- * *********************************************************************** */
-void get_non_ibm_symbol(unsigned int object, unsigned short *ch,
- unsigned short *color);
-
// last updated 29may2000 {dlb}
/* ***********************************************************************
* called from: bang - beam - direct - effects - fight - monstuff -
@@ -109,6 +103,8 @@ void get_item_symbol(unsigned int object, unsigned *ch,
unsigned real_colour(unsigned raw_colour);
int get_mons_colour(const monsters *mons);
+const feature_def &get_feature_def(dungeon_feature_type feat);
+
void set_envmap_obj( int x, int y, int object );
unsigned get_envmap_char(int x, int y);
int get_envmap_obj(int x, int y);