From 335e9142323f88b560d8261b107b37511f6b9674 Mon Sep 17 00:00:00 2001 From: LightCat Date: Thu, 7 Jun 2018 17:21:10 +0200 Subject: [PATCH] Update Radar.cpp --- src/hacks/Radar.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hacks/Radar.cpp b/src/hacks/Radar.cpp index 950ee755..4c07b085 100644 --- a/src/hacks/Radar.cpp +++ b/src/hacks/Radar.cpp @@ -9,6 +9,7 @@ #include "Radar.hpp" #ifndef FEATURE_RADAR_DISABLED +#if ENABLE_VISUALS namespace hacks { @@ -296,3 +297,4 @@ void Draw() } #endif +#endif