changeset 15845 | 744f4d708963 |
parent 15844 | 4ede5e84278a |
child 15847 | e48c3333c404 |
--- 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);