don't show help terrain description for shrouded hexes (bug #23426)
This commit is contained in:
parent
42260d6fe9
commit
4a9763225f
1 changed files with 1 additions and 1 deletions
|
@ -908,7 +908,7 @@ void menu_handler::unit_description()
|
|||
void menu_handler::terrain_description(mouse_handler& mousehandler)
|
||||
{
|
||||
const map_location& loc = mousehandler.get_last_hex();
|
||||
if (map().on_board(loc) == false) {
|
||||
if (map().on_board(loc) == false || gui_->shrouded(loc)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue