summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-01 19:06:14 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-01 19:06:14 +0000
commit4e464b710f36ffaa2700fff305b33110e56f1a57 (patch)
tree8e1538689d89513413a9f0b93d407716b04177a6 /crawl-ref/source/newgame.cc
parentaf3f079714cd3b3233aad1c7ee7a228409fbe3a5 (diff)
parenta8f9c9ba637b6fbf54528548d94a0b5aa02520ce (diff)
downloadcrawl-ref-c4181b3d21dded9558bdd3813f92b6c1592691b3.tar.gz
crawl-ref-c4181b3d21dded9558bdd3813f92b6c1592691b3.zip
Retagging 0.2.0.2
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/tags/stone_soup-0.2@1173 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 2cd451824e..958086967a 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -2131,12 +2131,13 @@ static void enter_player_name(bool blankOK)
if (existing_chars.size() == 0)
{
gotoxy(1,12);
- cprintf(" If you've never been here before, you might want to try out\n");
+ cprintf(" If you've never been here before, "
+ "you might want to try out" EOL);
cprintf(" the Dungeon Crawl tutorial. To do this, press ");
textcolor(WHITE);
cprintf("T");
textcolor(LIGHTGREY);
- cprintf(" on the next\n");
+ cprintf(" on the next" EOL);
cprintf(" screen.");
}