# HG changeset patch # User alfadur # Date 1634341926 -10800 # Node ID 744f4d70896339e562a440553bbf4a834bad209d # Parent 4ede5e84278a60bec2a8666ce2648111c979777e fix sentry bullet misattribution diff -r 4ede5e84278a -r 744f4d708963 hedgewars/uGearsHandlersMess.pas --- a/hedgewars/uGearsHandlersMess.pas Sat Oct 16 02:39:22 2021 +0300 +++ b/hedgewars/uGearsHandlersMess.pas Sat Oct 16 02:52:06 2021 +0300 @@ -7354,6 +7354,7 @@ bullet^.Elasticity := Sentry^.X; bullet^.Friction := Sentry^.Y; bullet^.Data := Pointer(Sentry); + bullet^.Hedgehog := Sentry^.Hedgehog; CreateShellForGear(Sentry, Sentry^.WDTimer and 1); PlaySound(sndGun);