summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.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/main.cc
parentefb32830c959c44ff33f0121dc29cf4ab1b46b9f (diff)
downloadcrawl-ref-fed5590334cb9542e2619fc34552d453edecce97.tar.gz
crawl-ref-fed5590334cb9542e2619fc34552d453edecce97.zip
Disable cursor earlier on initialization.
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 6b95501781..b7d74f0d29 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -3970,7 +3970,6 @@ static bool _initialise(void)
TileNewLevel(newc);
#endif
- set_cursor_enabled(false);
maybe_update_stashes();
// This just puts the view up for the first turn.