1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-18 20:12:07 +00:00

a bit higher sky, and Great Walls with more elements

This commit is contained in:
Zeno Rogue
2019-06-07 17:51:50 +02:00
parent 688ad336ae
commit 5fc24ac17a
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ void geometry_information::make_sidewalls() {
else if(k==SIDE_WTS3) dlow = SLEV[3], dhi = WALL;
else if(k==SIDE_HIGH) dlow = WALL, dhi = HIGH;
else if(k==SIDE_HIGH2) dlow = HIGH, dhi = HIGH2;
else if(k==SIDE_SKY) dlow = WALL, dhi = LOWSKY;
else if(k==SIDE_SKY) dlow = HIGH2, dhi = SKY;
else dlow = SLEV[k-SIDE_SLEV], dhi = SLEV[k-SIDE_SLEV+1];
dlow_table[k] = dlow;
dhi_table[k] = dhi;