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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index bace0db54d..62a3500289 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -903,7 +903,8 @@ void end_game( struct scorefile_entry &se )
int i;
bool dead = true;
- if (se.death_type == KILLED_BY_LEAVING ||
+ if (se.death_type == KILLED_BY_LEAVING ||
+ se.death_type == KILLED_BY_QUITTING ||
se.death_type == KILLED_BY_WINNING)
{
dead = false;