1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 04:37:10 +00:00

fixup sightranges

This commit is contained in:
Zeno Rogue
2019-03-15 14:24:59 +01:00
parent c693d40b84
commit ba28bf5880
2 changed files with 3 additions and 1 deletions

View File

@@ -386,6 +386,9 @@ void initConfig() {
addsaver(sightranges[gHoroRec], "sight-hororec", 2);
addsaver(sightranges[gHoroHex], "sight-horohex", 2.5);
addsaver(sightranges[gField435], "sight-field435", 3);
addsaver(sightranges[gField534], "sight-field534", 3);
addsaver(smooth_scrolling, "smooth-scrolling", false);
addsaver(mouseaim_sensitivity, "mouseaim_sensitivity", 0.01);