summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-06 23:43:29 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-07 12:10:43 +0100
commitd6697da62b9cd881b23f3942b26bdf294b9f3515 (patch)
tree7fe942a79baf2d35ceaed00a1d2e48d556ca3c9b /crawl-ref/source/options.h
parentf3dd1c1ca8c0414576ea2b465a8657d550a3cfea (diff)
downloadcrawl-ref-d6697da62b9cd881b23f3942b26bdf294b9f3515.tar.gz
crawl-ref-d6697da62b9cd881b23f3942b26bdf294b9f3515.zip
New minimap colour option for peaceful monsters, by default same as friendly.
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index b8d331c0cf..2480c78a24 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -330,6 +330,7 @@ public:
char tile_player_col;
char tile_monster_col;
char tile_neutral_col;
+ char tile_peaceful_col;
char tile_friendly_col;
char tile_plant_col;
char tile_item_col;