1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00

gp:: fixed the non-3D display of rock formations

This commit is contained in:
Zeno Rogue 2018-06-12 19:39:23 +02:00
parent 097be66f65
commit 6ca99e347f

View File

@ -353,8 +353,8 @@ namespace gp {
hyperpoint center = hpxy(0,0);
for(int c=0; c<cor; c++) {
hyperpoint nlcorner = get_corner_position(li, d+c+sidir+siid+1, 3);
hyperpoint nrcorner = get_corner_position(li, d+c+sidir+siid+2, 3);
hyperpoint nlcorner = get_corner_position(li, d+c+sidir+siid+1, 3 / fsh.scale);
hyperpoint nrcorner = get_corner_position(li, d+c+sidir+siid+2, 3 / fsh.scale);
cellwalker cw(c0, c);
cw += d+sidir+siid+1;