summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 11:53:07 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 11:53:07 +0000
commit29f5ac40cecdb0a9e8a11a07ed5ab83a6a9342d2 (patch)
tree51ff9c21384a1d03567f9e97389104f87b26fb80 /crawl-ref/source/tutorial.cc
parent03ca9e165e405593945c8a95d10d002b5011df7c (diff)
downloadcrawl-ref-29f5ac40cecdb0a9e8a11a07ed5ab83a6a9342d2.tar.gz
crawl-ref-29f5ac40cecdb0a9e8a11a07ed5ab83a6a9342d2.zip
Remove commented out lines.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6391 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc9
1 files changed, 2 insertions, 7 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 0bab47bc11..55d73eadcb 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -528,16 +528,11 @@ static formatted_string _tutorial_stats_intro()
<< "To the right, important properties \n"
"of the character are displayed. The \n"
"most basic one is Health, shown as \n"
- "<w>Health: " << you.hp << "/" << you.hp_max << "</w> ";
-
- // if (Options.tutorial_type == TUT_MAGIC_CHAR)
- // istr << " ";
-
- istr <<
+ "<w>Health: " << you.hp << "/" << you.hp_max << "</w> "
"and meaning current \n"
"out of maximum health points. When \n"
"Health drops to zero, you die. \n"
- "<w>Magic: " << you.magic_points << "/" << you.max_magic_points
+ "<w>Magic: " << you.magic_points << "/" << you.max_magic_points
<< "</w> represents your energy \n"
"for casting spells, although other \n"
"actions often draw from Magic, too. \n"