mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
#940 - Map Tweak (contor legend) for brefing
This commit is contained in:
parent
f81e53bb33
commit
dafff4e63e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user