1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

fixed incorrect bridges on mercury rivers

This commit is contained in:
Zeno Rogue 2019-06-24 13:57:26 +02:00
parent 7451d1886f
commit 1e8e8d9fa3

View File

@ -5705,7 +5705,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
break;
case laMercuryRiver: {
if(eoh)
if(eoh || DIM == 3)
set_floor(cgi.shFloor);
else {
int bridgedir = -1;