#940 - Map Tweak (contor legend) for brefing

This commit is contained in:
PabstMirror 2015-05-04 23:50:03 -05:00
parent f81e53bb33
commit dafff4e63e

View File

@ -154,7 +154,7 @@ class RscDisplayGetReady: RscDisplayMainMap {
class controlsBackground { class controlsBackground {
class CA_Map: RscMapControl { class CA_Map: RscMapControl {
onDraw = QUOTE([ctrlParent (_this select 0)] call DFUNC(onDrawMap)); 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) // get rid of the "center to player position" - button (as it works even on elite)