no more heptamarkers on Warped since they are denoted with colors anyway

This commit is contained in:
Zeno Rogue 2017-10-29 14:20:45 +01:00
parent 2fea184bc6
commit 9212ca0e7c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}