# HG changeset patch # User nemo # Date 1283811768 14400 # Node ID 47a623d9cdaae0e3c3b52a74ecca8d83795c9829 # Parent 833c0f32e326e028626057cbf93a41b1479e1ee2 Fix selection while in UFO diff -r 833c0f32e326 -r 47a623d9cdaa hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Mon Sep 06 16:23:47 2010 -0400 +++ b/hedgewars/HHHandlers.inc Mon Sep 06 18:22:48 2010 -0400 @@ -774,7 +774,7 @@ end; if (CurAmmoGear = nil) - or ((Ammoz[Hedgehog^.CurAmmoType].Ammo.Propz and ammoprop_AltAttack) <> 0) then + or ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_AltAttack) <> 0) then begin if ((Gear^.Message and gm_Slot) <> 0) then begin