diff -r d5ac09894a1b -r ec308eabe09b hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sun Apr 29 18:08:46 2012 +0200 +++ b/hedgewars/uWorld.pas Sun Apr 29 21:05:09 2012 +0200 @@ -1765,6 +1765,11 @@ utilityWidget.sprite:= sprTargetButton; animateWidget(@utilityWidget, true, true); end + else if ammoType = amSwitch then + begin + utilityWidget.sprite:= sprTargetButton; + animateWidget(@utilityWidget, true, true); + end else if utilityWidget.show then animateWidget(@utilityWidget, true, false); end;