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