# HG changeset patch
# User nemo
# Date 1270277546 0
# Node ID 2f3be13e114047b6cb5d51e9af1958af9b50f185
# Parent  5e21acf0c59a1cd70e5da611653866aaa972ca3f
Comment out this drawing of hat - I'm pretty sure it is redundant, did try to check various combinations

diff -r 5e21acf0c59a -r 2f3be13e1140 hedgewars/uGears.pas
--- a/hedgewars/uGears.pas	Sat Apr 03 06:39:17 2010 +0000
+++ b/hedgewars/uGears.pas	Sat Apr 03 06:52:26 2010 +0000
@@ -1307,7 +1307,7 @@
                 0);
 
             HatVisible:= true;
-            with HH^ do
+            (* with HH^ do
                 if (HatTex <> nil)
                 and (HatVisibility > 0) then
                     DrawTextureF(HatTex,
@@ -1317,7 +1317,7 @@
                         0,
                         hwSign(Gear^.dX),
                         32,
-                        32);
+                        32); *)
         end;
 
         case amt of