hedgewars/uGearsHedgehog.pas
changeset 15045 9f6e3be10e96
parent 15043 35932896ce84
child 15064 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