Why 'And'? (help parser)
authorunc0rr
Thu, 01 Dec 2011 11:30:06 +0400
changeset 6473 2bed5ba1a7ea
parent 6472 bced12412f94
child 6474 42e9773eedfd
Why 'And'? (help parser)
hedgewars/GSHandlers.inc
--- a/hedgewars/GSHandlers.inc	Wed Nov 30 23:16:44 2011 +0100
+++ b/hedgewars/GSHandlers.inc	Thu Dec 01 11:30:06 2011 +0400
@@ -5000,7 +5000,7 @@
             end;
         
     if Gear^.Pos = 4 then
-        if ((GameTicks mod 1000) = 0) and ((GameFlags And gfInvulnerable) = 0) then
+        if ((GameTicks mod 1000) = 0) and ((GameFlags and gfInvulnerable) = 0) then
             begin
             t:= GearsList;
             while t <> nil do