mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
product:: do not show marker under player
This commit is contained in:
parent
b480286aa9
commit
38ee044e70
@ -6075,6 +6075,8 @@ EX void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
|
|||||||
else if(c->wall == waMineOpen) {
|
else if(c->wall == waMineOpen) {
|
||||||
if(pmodel == mdGeodesic && hdist0(tC0(V)) < 1e-3) {
|
if(pmodel == mdGeodesic && hdist0(tC0(V)) < 1e-3) {
|
||||||
}
|
}
|
||||||
|
else if(prod && hdist0(tC0(V)) < 1e-3) {
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
int mines = countMinesAround(c);
|
int mines = countMinesAround(c);
|
||||||
if(mines >= 10)
|
if(mines >= 10)
|
||||||
|
Loading…
Reference in New Issue
Block a user