land structure in menu does not display OFF if ineligible_starting_land

This commit is contained in:
Zeno Rogue 2021-04-25 11:33:40 +02:00
parent 3529fa8d84
commit 0add1e5c0d
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ EX void menuitem_land_structure(char key) {
nice_walls_available() ? lsNiceWalls :
lsNoWalls;
if(ls == land_structure)
if(ls == land_structure && !ineligible_starting_land)
dialog::addBoolItem(XLAT("land structure"), false, key);
else
dialog::addSelItem(XLAT("land structure"), land_structure_name(true), key);