changeset 15066 | 9f6e3be10e96 |
parent 15064 | 35932896ce84 |
child 15085 | 96244def1cc0 |
--- 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