# HG changeset patch
# User nemo
# Date 1525008254 14400
# Node ID e7b89e87a1b3d7299c80b17c3cefc676aeaddb6e
# Parent  e54d6db06f3531d278cb4fa93d6ae0deaee52616
Airmines should have been set for 45° bounce - the only reason they weren't I guess is they were a clone of some mine values - and mines use traditional behaviour.

diff -r e54d6db06f35 -r e7b89e87a1b3 hedgewars/uGearsList.pas
--- a/hedgewars/uGearsList.pas	Thu Apr 26 00:21:03 2018 +0200
+++ b/hedgewars/uGearsList.pas	Sun Apr 29 09:24:14 2018 -0400
@@ -434,6 +434,7 @@
                     end
                 end;
      gtAirMine: begin
+                gear^.AdvBounce:= 1;
                 gear^.ImpactSound:= sndAirMineImpact;
                 gear^.nImpactSounds:= 1;
                 gear^.Health:= 30;