# HG changeset patch
# User Adam Kaminski <kaminskiadam9@gmail.com>
# Date 1630111091 14400
#      Fri Aug 27 20:38:11 2021 -0400
# Node ID 1a9a14f72df99d11958ca39d339dfad20a8e5468
# Parent  911253e84dcf30565d6c148aa6bc072587ec93d5
Fixed the list of control points in domination not being colorized on the HUD properly in some cases.

diff -r 911253e84dcf -r 1a9a14f72df9 src/g_shared/st_hud.cpp
--- a/src/g_shared/st_hud.cpp	Thu Aug 26 08:25:16 2021 -0400
+++ b/src/g_shared/st_hud.cpp	Fri Aug 27 20:38:11 2021 -0400
@@ -656,6 +656,7 @@
 			}
 			else
 			{
+				color = CR_GRAY;
 				text = "-";
 			}