Fix castles being wrongly singnaled as keeps.
This commit is contained in:
parent
1034e2a606
commit
9464494f24
1 changed files with 1 additions and 1 deletions
|
@ -1216,7 +1216,7 @@ REPORT_GENERATOR(terrain_info)
|
|||
std::ostringstream str;
|
||||
config cfg;
|
||||
|
||||
if (map.is_castle(mouseover_hex)) {
|
||||
if (map.is_keep(mouseover_hex)) {
|
||||
add_image(cfg, "icons/terrain/terrain_type_keep.png", "");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue