summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/startup.cc
diff options
context:
space:
mode:
authorChris West <therealchriswest@hotmail.com>2013-01-05 00:13:26 +0000
committerChris West <therealchriswest@hotmail.com>2013-01-05 16:25:25 +0000
commit2f0cc1d215140bf917f10a7ab9584c254fb7994c (patch)
tree3b947ac30eeac3fe75b4fa111e44900ab3462e39 /crawl-ref/source/startup.cc
parentcd60774081a86160d0abe32dcc68247e20c9a3df (diff)
downloadcrawl-ref-2f0cc1d215140bf917f10a7ab9584c254fb7994c.tar.gz
crawl-ref-2f0cc1d215140bf917f10a7ab9584c254fb7994c.zip
tidied up some missing USE_TILE_LOCAL #ifdefs
Diffstat (limited to 'crawl-ref/source/startup.cc')
-rw-r--r--crawl-ref/source/startup.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/startup.cc b/crawl-ref/source/startup.cc
index 9a740fb45f..3e8f35dc24 100644
--- a/crawl-ref/source/startup.cc
+++ b/crawl-ref/source/startup.cc
@@ -601,9 +601,11 @@ again:
string text = "Use the up/down keys to select the type of game or load a "
"character.";
+#ifdef USE_TILE_LOCAL
if (tiles.is_using_small_layout())
text += " ";
else
+#endif
text += "\n";
text += "You can type your name; if you leave it blank you will be "
"asked later.\n"