Remove unneeded temporary copy of a variable
This commit is contained in:
parent
e8caf1fac4
commit
0a8abb8328
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Reference in a new issue