summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/levcomp.ypp
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-12 09:50:26 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-12 09:50:26 +0000
commit336db3e336c38c44f8ff0b6b8bf81c14e6d9a8d8 (patch)
tree6a38b0d0a1ca252ea3f6cab332a85aa9283f8564 /crawl-ref/source/util/levcomp.ypp
parent605ad1a626360b651b73805372bf74453a6f2410 (diff)
downloadcrawl-ref-336db3e336c38c44f8ff0b6b8bf81c14e6d9a8d8.tar.gz
crawl-ref-336db3e336c38c44f8ff0b6b8bf81c14e6d9a8d8.zip
Tweaked startup initialisation so that Crawl can load maps before curses
initialisation, but after item initialisation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@617 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/util/levcomp.ypp')
-rw-r--r--crawl-ref/source/util/levcomp.ypp1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/util/levcomp.ypp b/crawl-ref/source/util/levcomp.ypp
index 77d5981810..6a16128b94 100644
--- a/crawl-ref/source/util/levcomp.ypp
+++ b/crawl-ref/source/util/levcomp.ypp
@@ -11,7 +11,6 @@ extern int yylineno;
void yyerror(const char *e)
{
- io_cleanup();
fprintf(stderr, "%s:%d: %s\n", lc_desfile.c_str(), yylineno, e);
// Bail bail bail.
exit(1);