summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index d35efb4ba4..efde782355 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -1167,7 +1167,7 @@ void learned_something_new(tutorial_event_type seen_what, int x, int y)
case TUT_SEEN_DOOR:
if (you.num_turns < 1)
- return;
+ return;
text << "The <w>" << stringize_glyph(get_screen_glyph(x,y))
<< "<magenta> is a closed door. You can open it by walking into it. "