From 694c5c99abb8d2f75053161db8da06443944d071 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Wed, 11 Nov 2009 19:23:58 -0800 Subject: tutorial.cc: fix shadow warning --- crawl-ref/source/tutorial.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/tutorial.cc') 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); -- cgit v1.2.3-54-g00ecf