summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index c60b57ee67..7e4ee7bb53 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -2427,7 +2427,7 @@ static void give_basic_spells(job_type which_job)
static void openingScreen(void)
{
#ifdef USE_TILE
- if (Options.title_screen)
+ if (Options.tile_title_screen)
TileDrawTitle();
#endif