summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-11 19:23:58 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-11 19:23:58 -0800
commit694c5c99abb8d2f75053161db8da06443944d071 (patch)
tree0b4b53e444c964262802e029b83e36517fd8b09b /crawl-ref/source/tutorial.cc
parentece54abd395914d1c95b27e0fe38e4bccd258ca0 (diff)
downloadcrawl-ref-694c5c99abb8d2f75053161db8da06443944d071.tar.gz
crawl-ref-694c5c99abb8d2f75053161db8da06443944d071.zip
tutorial.cc: fix shadow warning
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 5585875576..a770cc1956 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -3256,7 +3256,6 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc)
text << "That ";
#ifdef USE_TILE
// need to highlight monster
- const coord_def gc = m->pos();
tiles.place_cursor(CURSOR_TUTORIAL, gc);
tiles.add_text_tag(TAG_TUTORIAL, m);