1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

disabled boundary in sol

This commit is contained in:
Zeno Rogue 2019-07-28 11:40:30 +02:00
parent 5a0d84683a
commit 502e307667

View File

@ -1607,6 +1607,7 @@ void queuestraight(hyperpoint X, int style, color_t lc, color_t fc, PPR p) {
void draw_boundary(int w) {
if(w == 1) return;
if(sol) return;
dynamicval<ld> lw(vid.linewidth, vid.linewidth * vid.multiplier_ring);