# HG changeset patch # User Wuzzy # Date 1558729607 -7200 # Node ID 9f6e3be10e96d5f121884422a7c7d22c39ffb01a # Parent 76003912e31d5a2d2d693c4bcc81c08b0df4083f Use capgrpMessage2 for eidHomerun so it doesn't collide with death msgs diff -r 76003912e31d -r 9f6e3be10e96 hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Fri May 24 22:17:36 2019 +0200 +++ b/hedgewars/uGearsHedgehog.pas Fri May 24 22:26:47 2019 +0200 @@ -1267,7 +1267,7 @@ begin Gear^.FlightTime:= 0; s:= ansistring(CurrentHedgehog^.Name); - AddCaption(FormatA(GetEventString(eidHomerun), s), capcolDefault, capgrpMessage); + AddCaption(FormatA(GetEventString(eidHomerun), s), capcolDefault, capgrpMessage2); PlaySound(sndHomerun) end; end