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
1 changed files with 1 additions and 1 deletions

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;