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