hedgewars/uWorld.pas
changeset 6992 b8f3d8991e92
parent 6986 409dd3851309
child 6999 486db9d26e4b
--- 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;