From dafff4e63e6039ac3393eb1443ea42b1e5f0094c Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Mon, 4 May 2015 23:50:03 -0500 Subject: [PATCH] #940 - Map Tweak (contor legend) for brefing --- addons/map/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/map/config.cpp b/addons/map/config.cpp index ebd21d14f5..927d9aeb0f 100644 --- a/addons/map/config.cpp +++ b/addons/map/config.cpp @@ -154,7 +154,7 @@ class RscDisplayGetReady: RscDisplayMainMap { class controlsBackground { class CA_Map: RscMapControl { onDraw = QUOTE([ctrlParent (_this select 0)] call DFUNC(onDrawMap)); - //#include "MapTweaks.hpp" @todo Shouldn't this apply to briefing too? + #include "MapTweaks.hpp" }; }; // get rid of the "center to player position" - button (as it works even on elite)