diff -r 31bdb759d98b -r 105793e575d6 hedgewars/uGearsList.pas --- a/hedgewars/uGearsList.pas Sat Oct 27 05:17:46 2018 +0300 +++ b/hedgewars/uGearsList.pas Sat Oct 27 07:20:07 2018 +0300 @@ -791,6 +791,7 @@ ScriptCall('onGearDelete', gear^.uid); DeleteCI(Gear); +RemoveFromProximityCache(Gear); FreeAndNilTexture(Gear^.Tex);