summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-23 08:41:37 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-23 08:41:37 +0000
commitc91a4805805c06664b965290541ca3eb98909c15 (patch)
treed21b989fb82138b8e8b79ec9a4f26d1bb13ff768
parent9a160b380b94ce9b89c93214fe7b9de3f36ed01f (diff)
downloadcrawl-ref-c91a4805805c06664b965290541ca3eb98909c15.tar.gz
crawl-ref-c91a4805805c06664b965290541ca3eb98909c15.zip
Unbreak trunk build (thanks maiermrk.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6637 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 9c5fec135d..233853d2f4 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -2629,7 +2629,7 @@ static void _describe_cell(const coord_def& where)
marker.c_str(),
traveldest.c_str());
#else
- if (Options.tutorial_left && tutorial_pos_interesting(mx, my))
+ if (Options.tutorial_left && tutorial_pos_interesting(where.x, where.y))
{
#ifdef USE_TILE
feature_desc += " (<w>Right-click</w> for more information.)";