mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 04:21:56 +00:00
Fix castles being wrongly singnaled as keeps.
This commit is contained in:
parent
1034e2a606
commit
9464494f24
@ -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…
x
Reference in New Issue
Block a user