oops
authornemo
Fri, 31 Aug 2012 11:10:21 -0400
changeset 7638 4560cd5b6ad0
parent 7637 60b213e5ded3
child 7639 41e6de947531
oops
hedgewars/uFloat.pas
--- a/hedgewars/uFloat.pas	Fri Aug 31 15:28:03 2012 +0200
+++ b/hedgewars/uFloat.pas	Fri Aug 31 11:10:21 2012 -0400
@@ -389,7 +389,7 @@
 
 function isZero(const z: hwFloat): boolean; inline; 
 begin
-isZero := z.Round = 0 and z.Frac = 0;
+isZero := (z.Round = 0) and (z.Frac = 0);
 end;
 {$ENDIF}