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.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index eee99451cf..85cfe0ad83 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -914,15 +914,10 @@ void end_game( struct scorefile_entry &se )
clrscr();
}
-#ifdef DOS_TERM
- window(1, 1, 80, 25);
-#endif
-
clrscr();
cprintf( "Goodbye, %s.", you.your_name );
cprintf( EOL EOL " " ); // Space padding where # would go in list format
-
std::string hiscore = hiscores_format_single_long( se, true );
const int lines = count_occurrences(hiscore, EOL) + 1;