summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authormajestic <majesticcoding@gmail.com>2021-01-09 19:26:07 +0100
committermajestic <majesticcoding@gmail.com>2021-01-09 19:26:07 +0100
commit2639fba582691433e8910ec117c2545b04a9d057 (patch)
treed76225ab83c0eefb7e81994a129379fcc145d077 /src/core
parentscript (diff)
downloadre3-2639fba582691433e8910ec117c2545b04a9d057.tar
re3-2639fba582691433e8910ec117c2545b04a9d057.tar.gz
re3-2639fba582691433e8910ec117c2545b04a9d057.tar.bz2
re3-2639fba582691433e8910ec117c2545b04a9d057.tar.lz
re3-2639fba582691433e8910ec117c2545b04a9d057.tar.xz
re3-2639fba582691433e8910ec117c2545b04a9d057.tar.zst
re3-2639fba582691433e8910ec117c2545b04a9d057.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Radar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/Radar.h b/src/core/Radar.h
index 8f2e7069..74d16abb 100644
--- a/src/core/Radar.h
+++ b/src/core/Radar.h
@@ -16,9 +16,9 @@
#define OBJECTBLIP_MARKER_COLOR_B 242
#define OBJECTBLIP_MARKER_COLOR_A 255
-#define COORDBLIP_MARKER_COLOR_R 252
-#define COORDBLIP_MARKER_COLOR_G 138
-#define COORDBLIP_MARKER_COLOR_B 242
+#define COORDBLIP_MARKER_COLOR_R 255
+#define COORDBLIP_MARKER_COLOR_G 255
+#define COORDBLIP_MARKER_COLOR_B 128
#define COORDBLIP_MARKER_COLOR_A 228
#define NUM_MAP_LEGENDS 75