diff --git a/graph.cpp b/graph.cpp index 32a452a4..ef56e9e3 100644 --- a/graph.cpp +++ b/graph.cpp @@ -5209,7 +5209,7 @@ void drawFlashes() { } bool allowIncreasedSight() { - if(cheater) return true; + if(cheater || autocheat) return true; if(peace::on) return true; #if CAP_TOUR if(tour::on) return true;