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.cc12
1 files changed, 4 insertions, 8 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index a4a93a4383..1ee91d02b3 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -898,16 +898,12 @@ void end_game( struct scorefile_entry &se )
clrscr();
if (!dump_char( morgue_name(), !dead, true ))
+ {
mpr("Char dump unsuccessful! Sorry about that.");
-#if DEBUG_DIAGNOSTICS
- //jmf: switched logic and moved "success" message to debug-only
- else
- mpr("Char dump successful! (morgue.txt).");
-#endif // DEBUG
-
- more();
+ more();
+ clrscr();
+ }
- clrscr();
#ifdef DOS_TERM
window(1, 1, 80, 25);
#endif