summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-25 22:23:45 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-25 22:23:45 +0000
commit3da9fc5f6a184b54e978c7e1df8b5603955db86c (patch)
tree4ffe252a7f046a74089649f1275a3965caddcd65 /crawl-ref/source/tutorial.cc
parent2dee9cde068f812d06fee0531ab6038ea2e68719 (diff)
downloadcrawl-ref-3da9fc5f6a184b54e978c7e1df8b5603955db86c.tar.gz
crawl-ref-3da9fc5f6a184b54e978c7e1df8b5603955db86c.zip
Fix windows compile.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3882 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index f73b9c550c..8fd267120c 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -256,7 +256,7 @@ static formatted_string tut_starting_info(unsigned int width)
"death lurks around every corner." EOL EOL
"For the moment, just remember the following keys "
"and their functions:" EOL
- " <white>?</white> - shows the items and the commands" EOL
+ " <white>?\?</white> - shows the items and the commands" EOL
" <white>S</white> - saves the game, to be resumed later "
"(but note that death is permanent)" EOL
" <white>x</white> - examines something in your vicinity" EOL EOL
@@ -516,7 +516,7 @@ static void tutorial_movement_info()
"To move your character, use the numpad; try Numlock both on and off. "
"If your system has no number pad, or if you are familiar with the vi "
"keys, movement is also possible with <w>hjklyubn</w>. A basic "
- "command list can be found under <w>??</w>, and the most "
+ "command list can be found under <w>?\?</w>, and the most "
"important commands will be explained to you as it becomes necessary.";
mesclr();
formatted_message_history(text, MSGCH_TUTORIAL, 0, get_tutorial_cols());
@@ -679,7 +679,7 @@ void tutorial_finished()
Options.tutorial_left = 0;
text = "Congrats! You survived until the end of this tutorial - be sure to "
- "try the other ones as well. Note that the help screen (<w>??</w>) "
+ "try the other ones as well. Note that the help screen (<w>?\?</w>) "
"will look different from now on. Here's a last playing hint:";
formatted_message_history(text, MSGCH_TUTORIAL, 0, get_tutorial_cols());