From 3da9fc5f6a184b54e978c7e1df8b5603955db86c Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 25 Mar 2008 22:23:45 +0000 Subject: Fix windows compile. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3882 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tutorial.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/tutorial.cc') 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 - " ? - shows the items and the commands" EOL + " ?\? - shows the items and the commands" EOL " S - saves the game, to be resumed later " "(but note that death is permanent)" EOL " x - 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 hjklyubn. A basic " - "command list can be found under ??, and the most " + "command list can be found under ?\?, 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 (??) " + "try the other ones as well. Note that the help screen (?\?) " "will look different from now on. Here's a last playing hint:"; formatted_message_history(text, MSGCH_TUTORIAL, 0, get_tutorial_cols()); -- cgit v1.2.3-54-g00ecf