summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 42faecea03..8e88d1e462 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1748,6 +1748,23 @@ public:
#ifdef USE_TILE
char show_items[20];
bool title_screen;
+ // minimap colours
+ char tile_player_col;
+ char tile_monster_col;
+ char tile_friendly_col;
+ char tile_item_col;
+ char tile_unseen_col;
+ char tile_floor_col;
+ char tile_wall_col;
+ char tile_mapped_wall_col;
+ char tile_door_col;
+ char tile_downstairs_col;
+ char tile_upstairs_col;
+ char tile_feature_col;
+ char tile_trap_col;
+ char tile_water_col;
+ char tile_lava_col;
+ char tile_excluded_col;
#endif
#ifdef WIN32TILES
bool use_dos_char;