From 1e8e8d9fa3d59ee3d47e52bcd6f0c92007344670 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 24 Jun 2019 13:57:26 +0200 Subject: [PATCH] fixed incorrect bridges on mercury rivers --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index 85f60310..5a79cb54 100644 --- a/graph.cpp +++ b/graph.cpp @@ -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;