mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-09 04:06:44 +00:00
fixed incorrect bridges on mercury rivers
This commit is contained in:
parent
7451d1886f
commit
1e8e8d9fa3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user