hide crosshair when switching to no weapon
authornemo
Tue, 09 Nov 2010 22:44:12 -0500
changeset 4234 60920aeb1606
parent 4233 b4ad20bfe310
child 4235 6b1dfbd60a45
hide crosshair when switching to no weapon
hedgewars/uAmmos.pas
--- a/hedgewars/uAmmos.pas	Tue Nov 09 22:40:38 2010 -0500
+++ b/hedgewars/uAmmos.pas	Tue Nov 09 22:44:12 2010 -0500
@@ -235,6 +235,7 @@
                 begin
                 PackAmmo(Ammo, Ammoz[AmmoType].Slot);
                 //SwitchNotHeldAmmo(Hedgehog);
+                ShowCrossHair:= false;
                 CurAmmoType:= amNothing
                 end
             end