summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-22 09:42:35 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-22 09:42:35 +0000
commit524b125dfb44eea7a068ccb01d9935be528840d5 (patch)
treee34c00b475e17e535ccdfc90e90d9e2271283176 /crawl-ref
parent9dacbe91f9c3771928427665afb109422f719c0b (diff)
downloadcrawl-ref-524b125dfb44eea7a068ccb01d9935be528840d5.tar.gz
crawl-ref-524b125dfb44eea7a068ccb01d9935be528840d5.zip
Fix MIA cursor on controlled teleport screen for a potential 0.1.7 release.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.1.7@690 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/view.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 49a76a9580..e19ae8555b 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -2035,6 +2035,7 @@ static void draw_level_map(
// to get that. This function is still a mess, though. -- bwr
void show_map( FixedVector<int, 2> &spec_place, bool travel_mode )
{
+ cursor_control con(true);
int i, j;
char move_x = 0;