From 742355433ab207442665c9cb6ea7294a6f040565 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 8 Jan 2023 14:51:15 +0100 Subject: [PATCH] shallow water is no longer glitched when the 3D settings are illegal --- geometry.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/geometry.cpp b/geometry.cpp index 1556ac5f..e40ffdd5 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -1026,6 +1026,9 @@ EX namespace geom3 { ABODY = 1.08; AHEAD = 1.12; BIRD = 1.20; + SHALLOW = .95; + STUFF = 1; + LOWSKY = SKY = HIGH = HIGH2 = 1; } else { INFDEEP = GDIM == 3 ? (sphere ? 90._deg : +5) : (euclid || sphere) ? 0.01 : lev_to_projection(0) * tanh(vid.camera);