hedgewars/uWorld.pas
changeset 5862 b4229b0abc70
parent 5856 ed97138dc414
child 5932 5164d17b6374
child 5995 647d52370ce9
child 6011 519f8a58c021
--- a/hedgewars/uWorld.pas	Sun Sep 11 18:57:54 2011 +0200
+++ b/hedgewars/uWorld.pas	Sun Sep 11 13:12:52 2011 -0400
@@ -802,7 +802,7 @@
     DrawWater(255, 0);
 
 // Attack bar
-    if (CurrentTeam <> nil) and (CurrentHedgehog^.Gear <> nil) then
+    if CurrentTeam <> nil then
         case AttackBar of
 (*        1: begin
         r:= StuffPoz[sPowerBar];