mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
no more heptamarkers on Warped since they are denoted with colors anyway
This commit is contained in:
parent
2fea184bc6
commit
9212ca0e7c
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user