1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-15 21:54:07 +00:00

side for sightrange edit

This commit is contained in:
Zeno Rogue 2022-07-05 14:02:51 +02:00
parent a0d3c402d7
commit 59ea72d506

View File

@ -1362,6 +1362,7 @@ EX void edit_sightrange() {
#if CAP_RUG #if CAP_RUG
USING_NATIVE_GEOMETRY_IN_RUG; USING_NATIVE_GEOMETRY_IN_RUG;
#endif #endif
cmode = sm::SIDE;
gamescreen(); gamescreen();
dialog::init("sight range settings"); dialog::init("sight range settings");
add_edit(vid.use_smart_range); add_edit(vid.use_smart_range);