mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-01 19:59:16 +00:00
sky fixup
This commit is contained in:
parent
92a22a5e3f
commit
f2d60f1647
@ -2070,6 +2070,7 @@ void make_sidewalls() {
|
||||
else if(k==SIDE_LTOB) dlow = geom3::BOTTOM, dhi = geom3::LAKE;
|
||||
else if(k==SIDE_BTOI) dlow = geom3::INFDEEP, dhi = geom3::BOTTOM;
|
||||
else if(k==SIDE_WTS3) dlow = geom3::SLEV[3], dhi = geom3::WALL;
|
||||
else if(k==SIDE_SKY) dlow = geom3::WALL, dhi = geom3::LOWSKY;
|
||||
else dlow = geom3::SLEV[k-SIDE_SLEV], dhi = geom3::SLEV[k-SIDE_SLEV+1];
|
||||
dlow_table[k] = dlow;
|
||||
dhi_table[k] = dhi;
|
||||
|
Loading…
Reference in New Issue
Block a user