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>2009-06-08 19:47:35 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-08 19:47:35 +0000
commit470a8d2e7ee94b9f70bbb7db3e68d5faa2b41451 (patch)
tree7868b5347f4539ef1189eff0f31a5af3b34714c6 /crawl-ref/source/tutorial.cc
parent8a7a6bec16baff41290ee02908c6032a668406ed (diff)
downloadcrawl-ref-470a8d2e7ee94b9f70bbb7db3e68d5faa2b41451.tar.gz
crawl-ref-470a8d2e7ee94b9f70bbb7db3e68d5faa2b41451.zip
Remove the 0 MP check for the 'z' command.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@9923 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index a67b6804da..fedc3c38a5 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -2063,9 +2063,9 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc)
viewwindow(true, false);
text << "are some kind of escape hatch. You can use them to "
"quickly leave a level with <w><<</w> and <w>></w>, "
- "respectively "
+ "respectively"
#ifdef USE_TILE
- "(or by using your <w>left mouse button</w> in combination "
+ " (or by using your <w>left mouse button</w> in combination "
"with the <w>Shift key</w>)"
#endif
", but will usually be unable to return right away.";