summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-01 22:01:20 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-01 22:01:20 +0000
commitde3f47634db15c572abcdc67fb4856afdfa110a2 (patch)
treea843b14a411793ff7a3b00036676f0bb87877a26 /crawl-ref/source/ouch.cc
parentaad41516e2895a328be17ecea2a1e9c4add416ee (diff)
downloadcrawl-ref-de3f47634db15c572abcdc67fb4856afdfa110a2.tar.gz
crawl-ref-de3f47634db15c572abcdc67fb4856afdfa110a2.zip
Tutorial condolences message shouldn't display if you escape the
dungeon. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1708 c06c8d41-db1a-0410-9941-cceddc491573
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" :