summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 42c8a9f25d..b9416a97a7 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -1305,7 +1305,7 @@ void end_game(scorefile_entry &se)
flush_prev_message();
viewwindow(false); // don't do for leaving/winning characters
- if (Options.tutorial_left)
+ if (Tutorial.tutorial_left)
tutorial_death_screen();
}