# HG changeset patch # User Wuzzy # Date 1543703989 -3600 # Node ID 1f87c7c2b151847c593424964db63ee926e618e9 # Parent 3baee596a9894fa074e9178e1293b6029c279a25 Make sad Pas2C happy again (add missing parenthesis around a "not") diff -r 3baee596a989 -r 1f87c7c2b151 hedgewars/uGearsHandlersMess.pas --- a/hedgewars/uGearsHandlersMess.pas Sat Dec 01 23:31:35 2018 +0100 +++ b/hedgewars/uGearsHandlersMess.pas Sat Dec 01 23:39:49 2018 +0100 @@ -6494,7 +6494,7 @@ FlightTime := 0; Timer := iceWaitCollision; Power := GameTicks; - iter^.State:= iter^.State and not gstNoGravity + iter^.State:= iter^.State and (not gstNoGravity) end end else // gtExplosives