1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-27 07:33:19 +00:00

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

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