1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

fixed smart_range==2 in Euclidean

This commit is contained in:
Zeno Rogue 2018-11-06 15:55:07 +01:00
parent b6f4220d47
commit b0151eabe4

View File

@ -884,6 +884,7 @@ void drawEuclidean() {
if(vid.use_smart_range) {
if(in_smart_range(Mat)) {
if(vid.use_smart_range == 2) setdist(cw.at, 7, cw.at);
if(dx < mindx) mindx = dx;
if(dy < mindy) mindy = dy;
if(dx > maxdx) maxdx = dx;