diff --git a/crystal.cpp b/crystal.cpp index d1b19d1b..9d9b59d0 100644 --- a/crystal.cpp +++ b/crystal.cpp @@ -822,12 +822,12 @@ EX bool crystal_cell(cell *c, transmatrix V) { if(!cryst) return false; - if(view_east && cheater) { + if(view_east && allowIncreasedSight()) { int d = dist_alt(c); queuestr(V, 0.3, its(d), 0xFFFFFF, 1); } - if(view_coordinates && cheater && WDIM == 2) { + if(view_coordinates && WDIM == 2 && allowIncreasedSight()) { auto m = crystal_map();