summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-21 04:55:59 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-21 04:55:59 +0000
commit97b6ef8fb2c5e2784cb18ba8a887b94304e189ad (patch)
treee55db2c7a8e4c0619cc8fc934db76c4c8b1ac0b2 /crawl-ref/source/view.h
parente45cf41f7105b8023c4e7f74fbe1a6c2551c6e86 (diff)
downloadcrawl-ref-97b6ef8fb2c5e2784cb18ba8a887b94304e189ad.tar.gz
crawl-ref-97b6ef8fb2c5e2784cb18ba8a887b94304e189ad.zip
Use #define HUD_VALUE_COLOR instead of hardcoding LIGHTGREY so David
can experiment with using other colors like WHITE git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4436 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 39d4f613a5..40e45becb6 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -64,8 +64,6 @@ enum element_type
EC_RANDOM // any colour (except BLACK)
};
-#define BORDER_COLOR BROWN
-
void init_char_table(char_set_type set);
void init_feature_table();
void init_monsters_seens();