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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 315a12f01f..1b3d2b8cf1 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1761,8 +1761,8 @@ public:
#endif // WIZARD
#ifdef USE_TILE
- char show_items[20]; // show which item types in tile inventory
- bool title_screen; // display title screen?
+ char tile_show_items[20]; // show which item types in tile inventory
+ bool tile_title_screen; // display title screen?
// minimap colours
char tile_player_col;
char tile_monster_col;