# HG changeset patch # User sheepluva # Date 1452635019 -3600 # Node ID 09be932506a980242eda9d65919876fcac107629 # Parent 382f91348d91384ccb680e700b738dcf9099b454 pas2c still does (not like) this diff -r 382f91348d91 -r 09be932506a9 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Tue Jan 12 22:36:08 2016 +0100 +++ b/hedgewars/uGears.pas Tue Jan 12 22:43:39 2016 +0100 @@ -821,7 +821,7 @@ hwRound(Gear^.Y) - SpritesData[sprTargetBee].Height div 2, sprTargetBee, 0, lfBasic, $FFFFFFFF, false, false, false); Gear^.Y:= int2hwFloat(hwRound(Gear^.Y) - 16 - Gear^.Radius); - Gear^.State:= Gear^.State and not gsttmpFlag; + Gear^.State:= Gear^.State and (not gsttmpFlag); AddFileLog('Carved a hole for hog at coordinates (' + inttostr(hwRound(Gear^.X)) + ',' + inttostr(hwRound(Gear^.Y)) + ')') end end;