From 6217ec47029c5a0511d6b557ed9b9d6874aa5723 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 29 Dec 2020 02:49:58 +0100 Subject: [PATCH] drawing:: removed hiliteclick debug --- drawing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing.cpp b/drawing.cpp index 8184509f..2fdaca31 100644 --- a/drawing.cpp +++ b/drawing.cpp @@ -1863,7 +1863,7 @@ void dqi_poly::draw() { else poly_flags &=~ POLY_INVERSE; if(spherespecial) { - if(!hiliteclick && !(poly_flags & POLY_INFRONT)) return; + if(!(poly_flags & POLY_INFRONT)) return; } int lastl = 0;