1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

product:: do not show marker under player

This commit is contained in:
Zeno Rogue 2019-08-19 13:56:22 +02:00
parent b480286aa9
commit 38ee044e70

View File

@ -6075,6 +6075,8 @@ EX void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
else if(c->wall == waMineOpen) {
if(pmodel == mdGeodesic && hdist0(tC0(V)) < 1e-3) {
}
else if(prod && hdist0(tC0(V)) < 1e-3) {
}
else {
int mines = countMinesAround(c);
if(mines >= 10)