diff --git a/graph.cpp b/graph.cpp index 3002b57e..9f55c5b8 100644 --- a/graph.cpp +++ b/graph.cpp @@ -3863,7 +3863,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) { if(pseudohept(c) && ( c->land == laRedRock || vid.darkhepta || - (purehepta && (c->land == laClearing || isWarped(c))))) { + (c->land == laClearing && purehepta))) { queuepoly((*Vdp), shHeptaMarker, wmblack ? 0x80808080 : 0x00000080); }