From 8f2bde443498637b48356bcf8fae817ddefa51d1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 8 Jul 2020 16:00:33 +0200 Subject: [PATCH] crystal:: restricted view_coordinates --- crystal.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crystal.cpp b/crystal.cpp index 171f672c..1627a858 100644 --- a/crystal.cpp +++ b/crystal.cpp @@ -832,12 +832,12 @@ EX bool crystal_cell(cell *c, transmatrix V) { if(!cryst) return false; - if(view_east && allowIncreasedSight()) { + if(view_east && cheater) { int d = dist_alt(c); queuestr(V, 0.3, its(d), 0xFFFFFF, 1); } - if(view_coordinates && WDIM == 2 && allowIncreasedSight()) { + if(view_coordinates && WDIM == 2 && cheater) { auto m = crystal_map();