From 593c3f376b42daf08598935a53b60c0cc03a04cf Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sat, 30 Jul 2022 12:45:21 +0800 Subject: [PATCH] add color defs for MVA --- Sectors/Color_Definitions.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Sectors/Color_Definitions.txt b/Sectors/Color_Definitions.txt index 81ae0bf..b9aa1d2 100644 --- a/Sectors/Color_Definitions.txt +++ b/Sectors/Color_Definitions.txt @@ -1,5 +1,15 @@ +Find the following sections in the ".sct" files and replace the lines with the followings + + +Ground Radar Colours: + #define gndTaxi 4227200 #define gndTerminal 1848432 #define gndGrass 6257742 #define gndApron 5263440 -#define gndRunway 0 \ No newline at end of file +#define gndRunway 0 + + +MVA Colour: + +#define CAB_MVA 0 \ No newline at end of file