summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-06 12:06:11 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-06 12:06:27 +0100
commitfed5590334cb9542e2619fc34552d453edecce97 (patch)
treebb9adb8bd5d6a4b31e167e580c6077c0d04a1c5d /crawl-ref/source/stuff.cc
parentefb32830c959c44ff33f0121dc29cf4ab1b46b9f (diff)
downloadcrawl-ref-fed5590334cb9542e2619fc34552d453edecce97.tar.gz
crawl-ref-fed5590334cb9542e2619fc34552d453edecce97.zip
Disable cursor earlier on initialization.
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 9fed32693f..15defe291c 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -318,6 +318,8 @@ void cio_init()
init_libdos();
#endif
+ set_cursor_enabled(false);
+
crawl_view.init_geometry();
#ifdef USE_TILE