mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 15:00:14 +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[gHoroRec], "sight-hororec", 2);
|
||||||
addsaver(sightranges[gHoroHex], "sight-horohex", 2.5);
|
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(smooth_scrolling, "smooth-scrolling", false);
|
||||||
addsaver(mouseaim_sensitivity, "mouseaim_sensitivity", 0.01);
|
addsaver(mouseaim_sensitivity, "mouseaim_sensitivity", 0.01);
|
||||||
|
|
||||||
|
1
reg3.cpp
1
reg3.cpp
@ -377,7 +377,6 @@ namespace reg3 {
|
|||||||
|
|
||||||
void draw() override {
|
void draw() override {
|
||||||
sphereflip = Id;
|
sphereflip = Id;
|
||||||
if(!sightranges[geometry]) sightranges[geometry] = 3;
|
|
||||||
|
|
||||||
// for(int i=0; i<S6; i++) queuepoly(ggmatrix(cwt.at), shWall3D[i], 0xFF0000FF);
|
// for(int i=0; i<S6; i++) queuepoly(ggmatrix(cwt.at), shWall3D[i], 0xFF0000FF);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user