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);

View File

@ -377,7 +377,6 @@ namespace reg3 {
void draw() override {
sphereflip = Id;
if(!sightranges[geometry]) sightranges[geometry] = 3;
// for(int i=0; i<S6; i++) queuepoly(ggmatrix(cwt.at), shWall3D[i], 0xFF0000FF);