From 9212ca0e7c7a260264346aa717565813122b0a4e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 29 Oct 2017 14:20:45 +0100 Subject: [PATCH] no more heptamarkers on Warped since they are denoted with colors anyway --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }