diff -r 1ec44dde5eb9 -r b8f3d8991e92 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Wed May 02 12:24:44 2012 +0200 +++ b/hedgewars/uWorld.pas Wed May 02 11:43:43 2012 +0100 @@ -1772,7 +1772,9 @@ animateWidget(@utilityWidget, true, true); end else if utilityWidget.show then - animateWidget(@utilityWidget, true, false); + animateWidget(@utilityWidget, true, false); +{$ELSE} +ammoType:= ammoType; // avoid hint {$ENDIF} end;