--- a/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua Wed Aug 08 14:38:54 2018 +0200
+++ b/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua Wed Aug 08 15:22:34 2018 +0200
@@ -285,7 +285,7 @@
fNeedsRespawn[bbq] = true
fCaptures[wtf] = fCaptures[wtf] +1
- AddCaption(string.format(loc("%s has scored!"), GetHogTeamName(CurrentHedgehog)), 0xFFFFFFFF, capgrpGameState)
+ AddCaption(string.format(loc("%s has scored!"), GetHogTeamName(CurrentHedgehog)), capcolDefault, capgrpGameState)
for i=1, #clanTeams[wtf] do
SetTeamLabel(clanTeams[wtf][i], fCaptures[wtf])
end