From 1d76e455e1821a2abd8998fa00422e7e1b1fb5ef Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 17 Mar 2020 03:44:35 +0100 Subject: [PATCH] fixed some errors --- rogueviz/newconf.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rogueviz/newconf.cpp b/rogueviz/newconf.cpp index 5819b75b..3bec3436 100644 --- a/rogueviz/newconf.cpp +++ b/rogueviz/newconf.cpp @@ -688,7 +688,7 @@ void draw_ncee() { (fmap[y][x] == '1' && show_mgrid && show_mapping) ? 0x404040FF : typecols[fmap[y][x] - '0'], PPR::LINE); } - if(inhighQual) for(int x=0; x= 0 && y >= 0 && x < X && y < Y) { @@ -918,7 +919,9 @@ void ncee() { int D = 100; fmap = genellipse(D, -10 * degree), reset_vxy(); + #if CAP_NCONF nconf_solve(); + #endif iterate(); iterate(); iterate();