diff -r 172fb1c7615b -r addc5b262617 hedgewars/uFloat.pas --- a/hedgewars/uFloat.pas Wed Aug 29 16:42:22 2012 +0400 +++ b/hedgewars/uFloat.pas Wed Aug 29 09:58:23 2012 -0400 @@ -269,6 +269,11 @@ z.QWordValue:= z1.QWordValue + z2.QWordValue end end; + +function isZero(const z: hwFloat): boolean; inline; +begin +isZero := z.QWordValue = 0; +end; {$ENDIF} {$IFDEF WEB} (* @@ -343,6 +348,11 @@ if z.Frac