summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/main.cc1
-rw-r--r--crawl-ref/source/stuff.cc2
2 files changed, 2 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.
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