mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 06:50:09 +00:00
fixup sightranges
This commit is contained in:
parent
c693d40b84
commit
ba28bf5880
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user