Fix a minor problem with my last commit.
This commit is contained in:
parent
d6683649ea
commit
ef57c76b18
1 changed files with 1 additions and 1 deletions
|
@ -2828,6 +2828,7 @@ unit_map::iterator handle_speaker(
|
||||||
}
|
}
|
||||||
|
|
||||||
(screen)->draw(false);
|
(screen)->draw(false);
|
||||||
|
LOG_DP << "done scrolling to speaker...\n";
|
||||||
return speaker;
|
return speaker;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2924,7 +2925,6 @@ unit_map::iterator handle_speaker(
|
||||||
caption = speaker->second.type_name();
|
caption = speaker->second.type_name();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOG_DP << "done scrolling to speaker...\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue