1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00
This commit is contained in:
? 2019-02-22 21:26:54 +01:00 committed by Zeno Rogue
parent c3edbc0247
commit 7687381e75

View File

@ -328,7 +328,6 @@ namespace geom3 {
else {
INFDEEP = (euclid || sphere) ? 0.01 : lev_to_projection(0) * tanh(camera);
ld wh = actual_wall_height();
if(DIM == 3) wh = 0.5;
WALL = lev_to_factor(wh);
human_height = human_wall_ratio * wh;