3D:: sightrange changeable from 3D settings

This commit is contained in:
? 2019-02-28 22:22:31 +01:00 committed by Zeno Rogue
parent 699109ef2a
commit 2c2cda6157
1 changed files with 1 additions and 0 deletions

View File

@ -1375,6 +1375,7 @@ void show3D() {
else {
dialog::addSelItem(XLAT("Creature scale"), fts3(creature_scale), 'c');
dialog::addSelItem(XLAT("Height to width"), fts3(height_width), 'h');
menuitem_sightrange('s');
}
dialog::addBreak(50);