From 180279d2ecb474a411318843fb3bb9144548376f Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sat, 31 Mar 2007 16:39:53 +0000 Subject: s/darkgray/lightblue/. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.2@1146 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tutorial.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index b4ad8bf233..aa842b9e79 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -242,9 +242,9 @@ static formatted_string tut_starting_info(unsigned int width) linebreak_string2(text, width); result += formatted_string::parse_string(text); - result += " readme.txt - A very short guide to Crawl." EOL; - result += " manual.txt - This contains all details on races, magic, skills, etc." EOL; - result += " crawl_options.txt - Crawl's interface is highly configurable. This document " EOL; + result += " readme.txt - A very short guide to Crawl." EOL; + result += " manual.txt - This contains all details on races, magic, skills, etc." EOL; + result += " crawl_options.txt - Crawl's interface is highly configurable. This document " EOL; result += " explains all the options." EOL; result += EOL; result += "Press Space to proceed to the basics (the screen division and movement)." EOL; @@ -360,7 +360,7 @@ static formatted_string tutorial_debug() result += info; result += "" EOL EOL; - result += ""; + result += ""; for (i=0; i < TUT_EVENTS_NUM; i++) { snprintf(info, INFO_SIZE, "%d: %d (%s)", @@ -379,7 +379,7 @@ static formatted_string tutorial_debug() lbreak = true; } } - result += "" EOL EOL; + result += "" EOL EOL; snprintf(info, INFO_SIZE, "tutorial_left: %d\n", Options.tutorial_left); result += info; -- cgit v1.2.3-54-g00ecf