Remove unneeded temporary copy of a variable

This commit is contained in:
Ignacio R. Morelle 2015-09-16 05:59:13 -03:00
parent e8caf1fac4
commit 0a8abb8328

View file

@ -359,7 +359,7 @@ namespace { // Support functions
screen.highlight_hex(spl);
if(scroll) {
LOG_DP << "scrolling to speaker..\n";
screen.scroll_to_tile(map_location(spl.x, spl.y));
screen.scroll_to_tile(spl);
}
screen.highlight_hex(spl);
} else if(speaker_str == "narrator") {