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.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 5025e419a8..705c9b3fed 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -947,11 +947,11 @@ void end_game( struct scorefile_entry &se )
if (dead)
{
mpr("You die..."); // insert player name here? {dlb}
- viewwindow(1, false); // don't do this for leaving/winning characters
- }
+ viewwindow(true, false); // don't do for leaving/winning characters
- if (Options.tutorial_left)
- tutorial_death_screen();
+ if (Options.tutorial_left)
+ tutorial_death_screen();
+ }
#ifdef DGL_WHEREIS
whereis_record( se.death_type == KILLED_BY_QUITTING? "quit" :